ServiceUpdate mocks base method.
(arg0 context.Context, arg1 string, arg2 client.ServiceUpdateOptions)
| 1518 | |
| 1519 | // ServiceUpdate mocks base method. |
| 1520 | func (m *MockAPIClient) ServiceUpdate(arg0 context.Context, arg1 string, arg2 client.ServiceUpdateOptions) (client.ServiceUpdateResult, error) { |
| 1521 | m.ctrl.T.Helper() |
| 1522 | ret := m.ctrl.Call(m, "ServiceUpdate", arg0, arg1, arg2) |
| 1523 | ret0, _ := ret[0].(client.ServiceUpdateResult) |
| 1524 | ret1, _ := ret[1].(error) |
| 1525 | return ret0, ret1 |
| 1526 | } |
| 1527 | |
| 1528 | // ServiceUpdate indicates an expected call of ServiceUpdate. |
| 1529 | func (mr *MockAPIClientMockRecorder) ServiceUpdate(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected