add service
All checks were successful
Deploy Smart Search Backend Test / deploy (push) Successful in 1m44s

This commit is contained in:
vallyenfail
2026-01-20 14:26:27 +03:00
parent f2574a8838
commit 7e73144486
8 changed files with 325 additions and 25 deletions

View File

@@ -12,6 +12,8 @@ const (
UserNotFound = "USER_NOT_FOUND"
RequestNotFound = "REQUEST_NOT_FOUND"
PermissionDenied = "PERMISSION_DENIED"
UnsupportedFileFormat = "UNSUPPORTED_FILE_FORMAT"
FileProcessingError = "FILE_PROCESSING_ERROR"
DatabaseError = "DATABASE_ERROR"
EncryptionError = "ENCRYPTION_ERROR"