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

Method TaskList

pkg/mocks/mock_docker_api.go:1664–1667  ·  view source on GitHub ↗

TaskList indicates an expected call of TaskList.

(arg0, arg1 any)

Source from the content-addressed store, hash-verified

1662
1663// TaskList indicates an expected call of TaskList.
1664func (mr *MockAPIClientMockRecorder) TaskList(arg0, arg1 any) *gomock.Call {
1665 mr.mock.ctrl.T.Helper()
1666 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "TaskList", reflect.TypeOf((*MockAPIClient)(nil).TaskList), arg0, arg1)
1667}
1668
1669// TaskLogs mocks base method.
1670func (m *MockAPIClient) TaskLogs(arg0 context.Context, arg1 string, arg2 client.TaskLogsOptions) (client.TaskLogsResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected