PluginInspect indicates an expected call of PluginInspect.
(arg0, arg1, arg2 any)
| 1242 | |
| 1243 | // PluginInspect indicates an expected call of PluginInspect. |
| 1244 | func (mr *MockAPIClientMockRecorder) PluginInspect(arg0, arg1, arg2 any) *gomock.Call { |
| 1245 | mr.mock.ctrl.T.Helper() |
| 1246 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PluginInspect", reflect.TypeOf((*MockAPIClient)(nil).PluginInspect), arg0, arg1, arg2) |
| 1247 | } |
| 1248 | |
| 1249 | // PluginInstall mocks base method. |
| 1250 | func (m *MockAPIClient) PluginInstall(arg0 context.Context, arg1 string, arg2 client.PluginInstallOptions) (client.PluginInstallResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected