RegistryLogin mocks base method.
(arg0 context.Context, arg1 client.RegistryLoginOptions)
| 1338 | |
| 1339 | // RegistryLogin mocks base method. |
| 1340 | func (m *MockAPIClient) RegistryLogin(arg0 context.Context, arg1 client.RegistryLoginOptions) (client.RegistryLoginResult, error) { |
| 1341 | m.ctrl.T.Helper() |
| 1342 | ret := m.ctrl.Call(m, "RegistryLogin", arg0, arg1) |
| 1343 | ret0, _ := ret[0].(client.RegistryLoginResult) |
| 1344 | ret1, _ := ret[1].(error) |
| 1345 | return ret0, ret1 |
| 1346 | } |
| 1347 | |
| 1348 | // RegistryLogin indicates an expected call of RegistryLogin. |
| 1349 | func (mr *MockAPIClientMockRecorder) RegistryLogin(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected