Documentation
¶
Index ¶
- func GetFloat64(key string) (float64, error)
- func GetFloat64WithDefault(key string, defaultVal float64) float64
- func GetInt(key string) (int, error)
- func GetInt64(key string) (int64, error)
- func GetInt64WithDefault(key string, defaultVal int64) int64
- func GetIntWithDefault(key string, defaultVal int) int
- func IsSet(key string) bool
- func IsTruthy(key string) bool
- func MustGetFloat64(key string) float64
- func MustGetInt(key string) int
- func MustGetInt64(key string) int64
- func MustGetenv(key string) string
- func MustGetenvInTest(t testing.TB, key string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFloat64 ¶
func GetFloat64WithDefault ¶
func GetInt64WithDefault ¶
func GetIntWithDefault ¶
func MustGetFloat64 ¶
func MustGetInt ¶
func MustGetInt64 ¶
func MustGetenv ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.