# Functions
ArrayFind searches for an element `val` within array `a`.
BuildBadRequestResponse creates a tipical response for a 400 status code.
BuildEmptyUnauthorizedResponse creates a 401 response, without any error details.
BuildForbiddenResponse creates a 403 response, without any error details.
BuildInternalErrorResponse creates a tipical response for a 500 status code.
BuildUnauthorizedResponse creates a tipical response for a 401 status code.
CreateNewUUID creates a new UUID without dashes.
GetLanguage returns the specified of default language.
GetMessage returns the text for msgID, in the specific language.
OnlyNumbers extract only numbers from str.
ParseToInt64 Parses string to int64.
ValidateUserAge validate user age.
# Constants
General constants.
General constants.
General constants.
General constants.
Supported authorization methods.
Supported authorization methods.
Message constants.
API error codes.
API error codes.
API error codes.
API error codes.
API error codes.
API error codes.
API error codes.
API error codes.
API error codes.
API error codes.
API error codes.
API error codes.
API error codes.
API error codes.
API error codes.
API error codes.
API error codes.
Key names used to store info in the HTTP handlers.
Key names used to store info in the HTTP handlers.
Key names used to store info in the HTTP handlers.
Key names used to store info in the HTTP handlers.
Key names used to store info in the HTTP handlers.
Key names used to store info in the HTTP handlers.
Key names used to store info in the HTTP handlers.
Key names used to store info in the HTTP handlers.
HTTP headers used in the API.
HTTP headers used in the API.
HTTP headers used in the API.
HTTP headers used in the API.
HTTP headers used in the API.
HTTP headers used in the API.
HTTP headers used in the API.
HTTP headers used in the API.
General constants.
10MB.
API messages.
API messages.
API messages.
Parameters defined in the API urls.
Parameters defined in the API urls.
General constants.
General constants.
Query parameters recognized by the API.
Query parameters recognized by the API.
Query parameters recognized by the API.
Query parameters recognized by the API.
Query parameters recognized by the API.
Query parameters recognized by the API.
Query parameters recognized by the API.
Query parameters recognized by the API.
General constants.
General constants.
API resources defined in the API, required to handle the authorization rules.
Message constants.
General constants.
Message constants.
# Variables
Internal error types.
Internal error types.
Internal error types.
Internal error types.
Internal error types.
Internal error types.
Internal error types.
Internal error types.
Internal error types.
Internal error types.
Internal error types.
Internal error types.
Internal error types.
Internal error types.
# Type aliases
ResourceType is used to represent internal system resources like User.