ServiceRemove mocks base method.
(arg0 context.Context, arg1 string, arg2 client.ServiceRemoveOptions)
| 1503 | |
| 1504 | // ServiceRemove mocks base method. |
| 1505 | func (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. |
| 1514 | func (mr *MockAPIClientMockRecorder) ServiceRemove(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected