PluginEnable indicates an expected call of PluginEnable.
(arg0, arg1, arg2 any)
| 1227 | |
| 1228 | // PluginEnable indicates an expected call of PluginEnable. |
| 1229 | func (mr *MockAPIClientMockRecorder) PluginEnable(arg0, arg1, arg2 any) *gomock.Call { |
| 1230 | mr.mock.ctrl.T.Helper() |
| 1231 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PluginEnable", reflect.TypeOf((*MockAPIClient)(nil).PluginEnable), arg0, arg1, arg2) |
| 1232 | } |
| 1233 | |
| 1234 | // PluginInspect mocks base method. |
| 1235 | func (m *MockAPIClient) PluginInspect(arg0 context.Context, arg1 string, arg2 client.PluginInspectOptions) (client.PluginInspectResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected