PluginEnable mocks base method.
(arg0 context.Context, arg1 string, arg2 client.PluginEnableOptions)
| 1218 | |
| 1219 | // PluginEnable mocks base method. |
| 1220 | func (m *MockAPIClient) PluginEnable(arg0 context.Context, arg1 string, arg2 client.PluginEnableOptions) (client.PluginEnableResult, error) { |
| 1221 | m.ctrl.T.Helper() |
| 1222 | ret := m.ctrl.Call(m, "PluginEnable", arg0, arg1, arg2) |
| 1223 | ret0, _ := ret[0].(client.PluginEnableResult) |
| 1224 | ret1, _ := ret[1].(error) |
| 1225 | return ret0, ret1 |
| 1226 | } |
| 1227 | |
| 1228 | // PluginEnable indicates an expected call of PluginEnable. |
| 1229 | func (mr *MockAPIClientMockRecorder) PluginEnable(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected