package
0.0.0-20240823083638-047ec5c813b4
Repository: https://github.com/nglab-dev/nglab.git
Documentation: pkg.go.dev

# Functions

GetBool returns the env variable (parsed as bool) for the given key and falls back to the given defaultValue if not set.
GetFloat64 returns the env variable (parsed as float64) for the given key and falls back to the given defaultValue if not set.
GetInt returns the env variable (parsed as integer) for the given key and falls back to the given defaultValue if not set.
GetString returns the env variable for the given key and falls back to the given defaultValue if not set.