package
0.0.0-20250203001930-13b3ed95fc31
Repository: https://github.com/davincible/d-utils.git
Documentation: pkg.go.dev
# Functions
GetEnv reads an environment variable, falls back to _FILE version if not set, and as a third check, reads from a default secrets file under /run/secrets/{ENV}.
GetEnvInt reads an int environment variable and falls back to _FILE version or /run/secrets/{key}.
GetEnvInt64 reads an int64 environment variable and falls back to _FILE version or /run/secrets/{key}.
No description provided by the author