package
0.8.7
Repository: https://github.com/mensatt/backend.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
GetEnvironment returns the value of the 'ENVIRONMENT' environment variable.
GetOrFile attempts to resolve 'key' as an environment variable.
No description provided by the author
No description provided by the author
No description provided by the author
MustGet will return the env or panic if it is not present.
MustGetBool will return the env as boolean or panic if it is not present.
MustGetInt32 will return the env as int32 or panic if it is not present.
MustGetInt64 will return the env as int64 or panic if it is not present.
MustGetOrFile attempts to resolve 'key' as an environment variable.

# Structs

No description provided by the author
No description provided by the author
JWTKeyStoreConfig defines the options for JWTKeyStore.
No description provided by the author