ServiceRemove indicates an expected call of ServiceRemove.
(arg0, arg1, arg2 any)
| 1512 | |
| 1513 | // ServiceRemove indicates an expected call of ServiceRemove. |
| 1514 | func (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. |
| 1520 | func (m *MockAPIClient) ServiceUpdate(arg0 context.Context, arg1 string, arg2 client.ServiceUpdateOptions) (client.ServiceUpdateResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected