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

Method TaskInspect

pkg/mocks/mock_docker_api.go:1640–1646  ·  view source on GitHub ↗

TaskInspect mocks base method.

(arg0 context.Context, arg1 string, arg2 client.TaskInspectOptions)

Source from the content-addressed store, hash-verified

1638
1639// TaskInspect mocks base method.
1640func (m *MockAPIClient) TaskInspect(arg0 context.Context, arg1 string, arg2 client.TaskInspectOptions) (client.TaskInspectResult, error) {
1641 m.ctrl.T.Helper()
1642 ret := m.ctrl.Call(m, "TaskInspect", arg0, arg1, arg2)
1643 ret0, _ := ret[0].(client.TaskInspectResult)
1644 ret1, _ := ret[1].(error)
1645 return ret0, ret1
1646}
1647
1648// TaskInspect indicates an expected call of TaskInspect.
1649func (mr *MockAPIClientMockRecorder) TaskInspect(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected