PluginDisable mocks base method.
(arg0 context.Context, arg1 string, arg2 client.PluginDisableOptions)
| 1203 | |
| 1204 | // PluginDisable mocks base method. |
| 1205 | func (m *MockAPIClient) PluginDisable(arg0 context.Context, arg1 string, arg2 client.PluginDisableOptions) (client.PluginDisableResult, error) { |
| 1206 | m.ctrl.T.Helper() |
| 1207 | ret := m.ctrl.Call(m, "PluginDisable", arg0, arg1, arg2) |
| 1208 | ret0, _ := ret[0].(client.PluginDisableResult) |
| 1209 | ret1, _ := ret[1].(error) |
| 1210 | return ret0, ret1 |
| 1211 | } |
| 1212 | |
| 1213 | // PluginDisable indicates an expected call of PluginDisable. |
| 1214 | func (mr *MockAPIClientMockRecorder) PluginDisable(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected