PluginPush indicates an expected call of PluginPush.
(arg0, arg1, arg2 any)
| 1287 | |
| 1288 | // PluginPush indicates an expected call of PluginPush. |
| 1289 | func (mr *MockAPIClientMockRecorder) PluginPush(arg0, arg1, arg2 any) *gomock.Call { |
| 1290 | mr.mock.ctrl.T.Helper() |
| 1291 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PluginPush", reflect.TypeOf((*MockAPIClient)(nil).PluginPush), arg0, arg1, arg2) |
| 1292 | } |
| 1293 | |
| 1294 | // PluginRemove mocks base method. |
| 1295 | func (m *MockAPIClient) PluginRemove(arg0 context.Context, arg1 string, arg2 client.PluginRemoveOptions) (client.PluginRemoveResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected