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

Method ServiceCreate

pkg/mocks/mock_docker_api.go:1445–1451  ·  view source on GitHub ↗

ServiceCreate mocks base method.

(arg0 context.Context, arg1 client.ServiceCreateOptions)

Source from the content-addressed store, hash-verified

1443
1444// ServiceCreate mocks base method.
1445func (m *MockAPIClient) ServiceCreate(arg0 context.Context, arg1 client.ServiceCreateOptions) (client.ServiceCreateResult, error) {
1446 m.ctrl.T.Helper()
1447 ret := m.ctrl.Call(m, "ServiceCreate", arg0, arg1)
1448 ret0, _ := ret[0].(client.ServiceCreateResult)
1449 ret1, _ := ret[1].(error)
1450 return ret0, ret1
1451}
1452
1453// ServiceCreate indicates an expected call of ServiceCreate.
1454func (mr *MockAPIClientMockRecorder) ServiceCreate(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected