package
0.0.0-20230705210123-6fe496104d33
Repository: https://github.com/dagosu/bookingapp.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
GetEnv returns provided env value, or the fallback when it doesn't exist.
GetEnvAsBool returns provided env value, or the fallback when it doesn't exist.
GetEnvAsIntMustExist returns provided env value converted to Int, or panics when it doesn't exits or it has a invalid value.
GetEnvMustExist returns provided env value, or panics when it doesn't exits.
No description provided by the author