Documentation
¶
Overview ¶
Package loadenv provides easy access to env variables from .env file. Also, loadenv provides option to pass default environments to use, if searched variable will not be found.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEnvAsBool ¶
GetEnvAsBool is a helper to read an environment variable into a bool or return default value.
func GetEnvAsInt ¶
GetEnvAsInt is a helper function to read an environment variable into integer or return a default value.
func GetEnvAsSlice ¶
GetEnvAsSlice is a helper to read an environment variable into a string slice or return default value.
func IsStringIsValidSlice ¶
IsStringIsValidSlice is a helper to check, if string is a valid slice to convert it into []string. Can also be used outside loadenv package for other cases.
Types ¶
This section is empty.