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

Method ServiceRemove

pkg/mocks/mock_docker_api.go:1514–1517  ·  view source on GitHub ↗

ServiceRemove indicates an expected call of ServiceRemove.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1512
1513// ServiceRemove indicates an expected call of ServiceRemove.
1514func (mr *MockAPIClientMockRecorder) ServiceRemove(arg0, arg1, arg2 any) *gomock.Call {
1515 mr.mock.ctrl.T.Helper()
1516 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ServiceRemove", reflect.TypeOf((*MockAPIClient)(nil).ServiceRemove), arg0, arg1, arg2)
1517}
1518
1519// ServiceUpdate mocks base method.
1520func (m *MockAPIClient) ServiceUpdate(arg0 context.Context, arg1 string, arg2 client.ServiceUpdateOptions) (client.ServiceUpdateResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected