Исправлен прокси #15
Annotations
20 errors and 3 warnings
linters:
internal/pkg/auth/delivery/auth_delivery.go#L1
: # RPO_back/internal/pkg/auth/delivery [RPO_back/internal/pkg/auth/delivery.test]
|
linters:
internal/pkg/auth/delivery/auth_delivery_test.go#L126
mockAuthUsecase.EXPECT().KillSession undefined (type *mock_auth.MockAuthUsecaseMockRecorder has no field or method KillSession)
|
linters:
internal/pkg/auth/delivery/auth_delivery_test.go#L149
mockAuthUsecase.EXPECT().KillSession undefined (type *mock_auth.MockAuthUsecaseMockRecorder has no field or method KillSession) (typecheck)
|
linters:
internal/pkg/auth/repository/auth_postgres.go#L1
: # RPO_back/internal/pkg/auth/repository [RPO_back/internal/pkg/auth/repository.test]
|
linters:
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
|
linters:
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
|
linters:
internal/pkg/auth/repository/auth_redis_test.go#L21
authRepo.EXPECT().RegisterSessionRedis undefined (type *mock_auth.MockAuthRepoMockRecorder has no field or method RegisterSessionRedis)
|
linters:
internal/pkg/auth/repository/auth_redis_test.go#L23
authRepo.RegisterSessionRedis undefined (type *mock_auth.MockAuthRepo has no field or method RegisterSessionRedis)
|
linters:
internal/pkg/auth/repository/auth_redis_test.go#L38
authRepo.EXPECT().KillSessionRedis undefined (type *mock_auth.MockAuthRepoMockRecorder has no field or method KillSessionRedis)
|
linters:
internal/pkg/auth/repository/auth_redis_test.go#L40
authRepo.KillSessionRedis undefined (type *mock_auth.MockAuthRepo has no field or method KillSessionRedis)
|
tests:
internal/pkg/auth/delivery/auth_delivery_test.go#L126
mockAuthUsecase.EXPECT().KillSession undefined (type *mock_auth.MockAuthUsecaseMockRecorder has no field or method KillSession)
|
tests:
internal/pkg/auth/delivery/auth_delivery_test.go#L149
mockAuthUsecase.EXPECT().KillSession undefined (type *mock_auth.MockAuthUsecaseMockRecorder has no field or method KillSession)
|
tests:
internal/pkg/auth/usecase/auth_uc_test.go#L29
mockRepo.EXPECT().RegisterSessionRedis undefined (type *mock_auth.MockAuthRepoMockRecorder has no field or method RegisterSessionRedis)
|
tests:
internal/pkg/auth/usecase/auth_uc_test.go#L99
mockRepo.EXPECT().KillSessionRedis undefined (type *mock_auth.MockAuthRepoMockRecorder has no field or method KillSessionRedis)
|
tests:
internal/pkg/auth/usecase/auth_uc_test.go#L101
AuthUsecase.KillSession undefined (type *AuthUsecase has no field or method KillSession)
|
tests:
internal/pkg/auth/usecase/auth_uc_test.go#L115
mockRepo.EXPECT().KillSessionRedis undefined (type *mock_auth.MockAuthRepoMockRecorder has no field or method KillSessionRedis)
|
tests:
internal/pkg/auth/usecase/auth_uc_test.go#L117
AuthUsecase.KillSession undefined (type *AuthUsecase has no field or method KillSession)
|
tests:
internal/pkg/auth/usecase/auth_uc_test.go#L142
mockRepo.EXPECT().RegisterSessionRedis undefined (type *mock_auth.MockAuthRepoMockRecorder has no field or method RegisterSessionRedis)
|
tests:
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
|
tests:
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
|
linters
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|