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

Method ServiceRemove

pkg/mocks/mock_docker_api.go:1505–1511  ·  view source on GitHub ↗

ServiceRemove mocks base method.

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

Source from the content-addressed store, hash-verified

1503
1504// ServiceRemove mocks base method.
1505func (m *MockAPIClient) ServiceRemove(arg0 context.Context, arg1 string, arg2 client.ServiceRemoveOptions) (client.ServiceRemoveResult, error) {
1506 m.ctrl.T.Helper()
1507 ret := m.ctrl.Call(m, "ServiceRemove", arg0, arg1, arg2)
1508 ret0, _ := ret[0].(client.ServiceRemoveResult)
1509 ret1, _ := ret[1].(error)
1510 return ret0, ret1
1511}
1512
1513// ServiceRemove indicates an expected call of ServiceRemove.
1514func (mr *MockAPIClientMockRecorder) ServiceRemove(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected