Documentation ¶ Index ¶ func GetBool(key string, fallback bool) bool func GetDuration(key string, fallback time.Duration) time.Duration func GetInt(key string, fallback int) int func GetInt64(key string, fallback int64) int64 func GetString(key, fallback string) string func GetUint64(key string, fallback uint64) uint64 Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetBool ¶ func GetBool(key string, fallback bool) bool func GetDuration ¶ func GetDuration(key string, fallback time.Duration) time.Duration func GetInt ¶ func GetInt(key string, fallback int) int func GetInt64 ¶ func GetInt64(key string, fallback int64) int64 func GetString ¶ func GetString(key, fallback string) string func GetUint64 ¶ func GetUint64(key string, fallback uint64) uint64 Types ¶ This section is empty. Source Files ¶ View all Source files env.go Click to show internal directories. Click to hide internal directories.