PluginInspect mocks base method.
(arg0 context.Context, arg1 string, arg2 client.PluginInspectOptions)
| 1233 | |
| 1234 | // PluginInspect mocks base method. |
| 1235 | func (m *MockAPIClient) PluginInspect(arg0 context.Context, arg1 string, arg2 client.PluginInspectOptions) (client.PluginInspectResult, error) { |
| 1236 | m.ctrl.T.Helper() |
| 1237 | ret := m.ctrl.Call(m, "PluginInspect", arg0, arg1, arg2) |
| 1238 | ret0, _ := ret[0].(client.PluginInspectResult) |
| 1239 | ret1, _ := ret[1].(error) |
| 1240 | return ret0, ret1 |
| 1241 | } |
| 1242 | |
| 1243 | // PluginInspect indicates an expected call of PluginInspect. |
| 1244 | func (mr *MockAPIClientMockRecorder) PluginInspect(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected