PluginRemove indicates an expected call of PluginRemove.
(arg0, arg1, arg2 any)
| 1302 | |
| 1303 | // PluginRemove indicates an expected call of PluginRemove. |
| 1304 | func (mr *MockAPIClientMockRecorder) PluginRemove(arg0, arg1, arg2 any) *gomock.Call { |
| 1305 | mr.mock.ctrl.T.Helper() |
| 1306 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PluginRemove", reflect.TypeOf((*MockAPIClient)(nil).PluginRemove), arg0, arg1, arg2) |
| 1307 | } |
| 1308 | |
| 1309 | // PluginSet mocks base method. |
| 1310 | func (m *MockAPIClient) PluginSet(arg0 context.Context, arg1 string, arg2 client.PluginSetOptions) (client.PluginSetResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected