Documentation ¶
Index ¶
- func Exists(key string) bool
- func Get(key, fallback string) string
- func GetBool(key string, fallback bool) bool
- func GetInt(key string, fallback int) int
- func GetIntSlice(key string, fallback []int) []int
- func GetStringSlice(key string, fallback []string) []string
- func MustExists(key string)
- func MustGet(key string) string
- func MustGetBool(key string) bool
- func MustGetGetIntSlice(key string) []int
- func MustGetInt(key string) int
- func MustGetStringSlice(key string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetIntSlice ¶
GetIntSlice env var or fallback as []string
func GetStringSlice ¶
GetStringSlice env var or fallback as []string
func MustGetGetIntSlice ¶
MustGetGetIntSlice env var as bool or panic
func MustGetStringSlice ¶
MustGetStringSlice env var as bool or panic
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.