PluginPush mocks base method.
(arg0 context.Context, arg1 string, arg2 client.PluginPushOptions)
| 1278 | |
| 1279 | // PluginPush mocks base method. |
| 1280 | func (m *MockAPIClient) PluginPush(arg0 context.Context, arg1 string, arg2 client.PluginPushOptions) (client.PluginPushResult, error) { |
| 1281 | m.ctrl.T.Helper() |
| 1282 | ret := m.ctrl.Call(m, "PluginPush", arg0, arg1, arg2) |
| 1283 | ret0, _ := ret[0].(client.PluginPushResult) |
| 1284 | ret1, _ := ret[1].(error) |
| 1285 | return ret0, ret1 |
| 1286 | } |
| 1287 | |
| 1288 | // PluginPush indicates an expected call of PluginPush. |
| 1289 | func (mr *MockAPIClientMockRecorder) PluginPush(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected