PluginList indicates an expected call of PluginList.
(arg0, arg1 any)
| 1272 | |
| 1273 | // PluginList indicates an expected call of PluginList. |
| 1274 | func (mr *MockAPIClientMockRecorder) PluginList(arg0, arg1 any) *gomock.Call { |
| 1275 | mr.mock.ctrl.T.Helper() |
| 1276 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PluginList", reflect.TypeOf((*MockAPIClient)(nil).PluginList), arg0, arg1) |
| 1277 | } |
| 1278 | |
| 1279 | // PluginPush mocks base method. |
| 1280 | func (m *MockAPIClient) PluginPush(arg0 context.Context, arg1 string, arg2 client.PluginPushOptions) (client.PluginPushResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected