# Functions
Bool to pointer.
Contains returns true if slice s contains the element e.
getEnvOrFail is a helper that crashes if an env variable is missing or empty.
getIntEnvOrFail is a helper that crashes if an env variable is missing or empty.
SetRedisValueToken sets a key-value pair in Redis with the given expiration time.
InitializePostgresPool creates (or returns) a singleton *pgxpool.Pool connection.
InitializeRedis initializes and returns a singleton Redis client instance using the given RedisConfig.
Helper function to dereference a *string safely.
String to Dob 2006-01-02.
String to pointer.
# Constants
Environment variable keys.
Environment variable keys.
Environment variable keys.
Environment variable keys.
Environment variable keys.
Environment variable keys.
Environment variable keys.
Environment variable keys.
# Structs
No description provided by the author
Config holds all required environment variables.
RedisConfig holds the connection details for Redis.
RedisValue is a simple struct to hold a string value.