PluginSet mocks base method.
(arg0 context.Context, arg1 string, arg2 client.PluginSetOptions)
| 1308 | |
| 1309 | // PluginSet mocks base method. |
| 1310 | func (m *MockAPIClient) PluginSet(arg0 context.Context, arg1 string, arg2 client.PluginSetOptions) (client.PluginSetResult, error) { |
| 1311 | m.ctrl.T.Helper() |
| 1312 | ret := m.ctrl.Call(m, "PluginSet", arg0, arg1, arg2) |
| 1313 | ret0, _ := ret[0].(client.PluginSetResult) |
| 1314 | ret1, _ := ret[1].(error) |
| 1315 | return ret0, ret1 |
| 1316 | } |
| 1317 | |
| 1318 | // PluginSet indicates an expected call of PluginSet. |
| 1319 | func (mr *MockAPIClientMockRecorder) PluginSet(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected