PluginDisable indicates an expected call of PluginDisable.
(arg0, arg1, arg2 any)
| 1212 | |
| 1213 | // PluginDisable indicates an expected call of PluginDisable. |
| 1214 | func (mr *MockAPIClientMockRecorder) PluginDisable(arg0, arg1, arg2 any) *gomock.Call { |
| 1215 | mr.mock.ctrl.T.Helper() |
| 1216 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PluginDisable", reflect.TypeOf((*MockAPIClient)(nil).PluginDisable), arg0, arg1, arg2) |
| 1217 | } |
| 1218 | |
| 1219 | // PluginEnable mocks base method. |
| 1220 | func (m *MockAPIClient) PluginEnable(arg0 context.Context, arg1 string, arg2 client.PluginEnableOptions) (client.PluginEnableResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected