MCPcopy Create free account
hub / github.com/docker/compose / TaskList

Method TaskList

pkg/mocks/mock_docker_api.go:1655–1661  ·  view source on GitHub ↗

TaskList mocks base method.

(arg0 context.Context, arg1 client.TaskListOptions)

Source from the content-addressed store, hash-verified

1653
1654// TaskList mocks base method.
1655func (m *MockAPIClient) TaskList(arg0 context.Context, arg1 client.TaskListOptions) (client.TaskListResult, error) {
1656 m.ctrl.T.Helper()
1657 ret := m.ctrl.Call(m, "TaskList", arg0, arg1)
1658 ret0, _ := ret[0].(client.TaskListResult)
1659 ret1, _ := ret[1].(error)
1660 return ret0, ret1
1661}
1662
1663// TaskList indicates an expected call of TaskList.
1664func (mr *MockAPIClientMockRecorder) TaskList(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected