ConfigUpdate mocks base method.
(arg0 context.Context, arg1 string, arg2 client.ConfigUpdateOptions)
| 207 | |
| 208 | // ConfigUpdate mocks base method. |
| 209 | func (m *MockAPIClient) ConfigUpdate(arg0 context.Context, arg1 string, arg2 client.ConfigUpdateOptions) (client.ConfigUpdateResult, error) { |
| 210 | m.ctrl.T.Helper() |
| 211 | ret := m.ctrl.Call(m, "ConfigUpdate", arg0, arg1, arg2) |
| 212 | ret0, _ := ret[0].(client.ConfigUpdateResult) |
| 213 | ret1, _ := ret[1].(error) |
| 214 | return ret0, ret1 |
| 215 | } |
| 216 | |
| 217 | // ConfigUpdate indicates an expected call of ConfigUpdate. |
| 218 | func (mr *MockAPIClientMockRecorder) ConfigUpdate(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected