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

Method ServiceInspect

pkg/mocks/mock_docker_api.go:1469–1472  ·  view source on GitHub ↗

ServiceInspect indicates an expected call of ServiceInspect.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1467
1468// ServiceInspect indicates an expected call of ServiceInspect.
1469func (mr *MockAPIClientMockRecorder) ServiceInspect(arg0, arg1, arg2 any) *gomock.Call {
1470 mr.mock.ctrl.T.Helper()
1471 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ServiceInspect", reflect.TypeOf((*MockAPIClient)(nil).ServiceInspect), arg0, arg1, arg2)
1472}
1473
1474// ServiceList mocks base method.
1475func (m *MockAPIClient) ServiceList(arg0 context.Context, arg1 client.ServiceListOptions) (client.ServiceListResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected