PluginRemove mocks base method.
(arg0 context.Context, arg1 string, arg2 client.PluginRemoveOptions)
| 1293 | |
| 1294 | // PluginRemove mocks base method. |
| 1295 | func (m *MockAPIClient) PluginRemove(arg0 context.Context, arg1 string, arg2 client.PluginRemoveOptions) (client.PluginRemoveResult, error) { |
| 1296 | m.ctrl.T.Helper() |
| 1297 | ret := m.ctrl.Call(m, "PluginRemove", arg0, arg1, arg2) |
| 1298 | ret0, _ := ret[0].(client.PluginRemoveResult) |
| 1299 | ret1, _ := ret[1].(error) |
| 1300 | return ret0, ret1 |
| 1301 | } |
| 1302 | |
| 1303 | // PluginRemove indicates an expected call of PluginRemove. |
| 1304 | func (mr *MockAPIClientMockRecorder) PluginRemove(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected