Documentation ¶
Index ¶
- func Bool(envName string) (v bool)
- func BoolVal(envName string, defaultValue bool) (v bool)
- func Complex128Val(envName string, defaultValue complex128) (v complex128)
- func Float64Val(envName string, defaultValue float64) (v float64)
- func Int64Val(envName string, defaultValue int64) (v int64)
- func IntVal(envName string, defaultValue int) (v int)
- func String(envName string) (v string)
- func StringVal(envName, defaultValue string) (v string)
- func Uint64(envName string) (v uint64)
- func Uint64Val(envName string, defaultValue uint64) (v uint64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Complex128Val ¶
func Complex128Val(envName string, defaultValue complex128) (v complex128)
func Float64Val ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.