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

Method ServiceCreate

pkg/mocks/mock_docker_api.go:1454–1457  ·  view source on GitHub ↗

ServiceCreate indicates an expected call of ServiceCreate.

(arg0, arg1 any)

Source from the content-addressed store, hash-verified

1452
1453// ServiceCreate indicates an expected call of ServiceCreate.
1454func (mr *MockAPIClientMockRecorder) ServiceCreate(arg0, arg1 any) *gomock.Call {
1455 mr.mock.ctrl.T.Helper()
1456 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ServiceCreate", reflect.TypeOf((*MockAPIClient)(nil).ServiceCreate), arg0, arg1)
1457}
1458
1459// ServiceInspect mocks base method.
1460func (m *MockAPIClient) ServiceInspect(arg0 context.Context, arg1 string, arg2 client.ServiceInspectOptions) (client.ServiceInspectResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected