Documentation
¶
Index ¶
- func GetenvBoolWithDefault(key string, defaultValue bool) (bool, error)
- func GetenvIntWithDefault(key string, defaultValue int) (int, error)
- func GetenvWithDefault(key string, defaultValue string) string
- func LoadEnv(paths ...string) error
- func MustGetenv(key string) string
- func ParseEnvFile(r io.Reader) (map[string]string, error)
- func ReadEnvFile(path string) (map[string]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetenvBoolWithDefault ¶
func GetenvWithDefault ¶
func MustGetenv ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.