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

Method ServiceInspect

pkg/mocks/mock_docker_api.go:1460–1466  ·  view source on GitHub ↗

ServiceInspect mocks base method.

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

Source from the content-addressed store, hash-verified

1458
1459// ServiceInspect mocks base method.
1460func (m *MockAPIClient) ServiceInspect(arg0 context.Context, arg1 string, arg2 client.ServiceInspectOptions) (client.ServiceInspectResult, error) {
1461 m.ctrl.T.Helper()
1462 ret := m.ctrl.Call(m, "ServiceInspect", arg0, arg1, arg2)
1463 ret0, _ := ret[0].(client.ServiceInspectResult)
1464 ret1, _ := ret[1].(error)
1465 return ret0, ret1
1466}
1467
1468// ServiceInspect indicates an expected call of ServiceInspect.
1469func (mr *MockAPIClientMockRecorder) ServiceInspect(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected