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

Method TaskInspect

pkg/mocks/mock_docker_api.go:1649–1652  ·  view source on GitHub ↗

TaskInspect indicates an expected call of TaskInspect.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1647
1648// TaskInspect indicates an expected call of TaskInspect.
1649func (mr *MockAPIClientMockRecorder) TaskInspect(arg0, arg1, arg2 any) *gomock.Call {
1650 mr.mock.ctrl.T.Helper()
1651 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "TaskInspect", reflect.TypeOf((*MockAPIClient)(nil).TaskInspect), arg0, arg1, arg2)
1652}
1653
1654// TaskList mocks base method.
1655func (m *MockAPIClient) TaskList(arg0 context.Context, arg1 client.TaskListOptions) (client.TaskListResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected