PluginCreate indicates an expected call of PluginCreate.
(arg0, arg1, arg2 any)
| 1197 | |
| 1198 | // PluginCreate indicates an expected call of PluginCreate. |
| 1199 | func (mr *MockAPIClientMockRecorder) PluginCreate(arg0, arg1, arg2 any) *gomock.Call { |
| 1200 | mr.mock.ctrl.T.Helper() |
| 1201 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PluginCreate", reflect.TypeOf((*MockAPIClient)(nil).PluginCreate), arg0, arg1, arg2) |
| 1202 | } |
| 1203 | |
| 1204 | // PluginDisable mocks base method. |
| 1205 | func (m *MockAPIClient) PluginDisable(arg0 context.Context, arg1 string, arg2 client.PluginDisableOptions) (client.PluginDisableResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected