Сделан детач контейнеров #14
Annotations
10 errors and 1 warning
internal/pkg/auth/delivery/auth_delivery.go#L1
: # RPO_back/internal/pkg/auth/delivery [RPO_back/internal/pkg/auth/delivery.test]
|
internal/pkg/auth/delivery/auth_delivery_test.go#L126
mockAuthUsecase.EXPECT().KillSession undefined (type *mock_auth.MockAuthUsecaseMockRecorder has no field or method KillSession)
|
internal/pkg/auth/delivery/auth_delivery_test.go#L149
mockAuthUsecase.EXPECT().KillSession undefined (type *mock_auth.MockAuthUsecaseMockRecorder has no field or method KillSession) (typecheck)
|
internal/pkg/auth/repository/auth_postgres.go#L1
: # RPO_back/internal/pkg/auth/repository [RPO_back/internal/pkg/auth/repository.test]
|
internal/pkg/auth/repository/auth_postgres_test.go#L23
cannot use int(userID) (value of type int) as int64 value in argument to authRepo.SetNewPasswordHash
|
internal/pkg/auth/repository/auth_postgres_test.go#L41
cannot use int(userID) (value of type int) as int64 value in argument to authRepo.GetUserPasswordHash
|
internal/pkg/auth/repository/auth_redis_test.go#L21
authRepo.EXPECT().RegisterSessionRedis undefined (type *mock_auth.MockAuthRepoMockRecorder has no field or method RegisterSessionRedis)
|
internal/pkg/auth/repository/auth_redis_test.go#L23
authRepo.RegisterSessionRedis undefined (type *mock_auth.MockAuthRepo has no field or method RegisterSessionRedis)
|
internal/pkg/auth/repository/auth_redis_test.go#L38
authRepo.EXPECT().KillSessionRedis undefined (type *mock_auth.MockAuthRepoMockRecorder has no field or method KillSessionRedis)
|
internal/pkg/auth/repository/auth_redis_test.go#L40
authRepo.KillSessionRedis undefined (type *mock_auth.MockAuthRepo has no field or method KillSessionRedis)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
This job failed
Loading