Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEnvVarDuration ¶
GetEnvVarDuration returns a time.Duration value of an environmental variable specified by name. Returns defValue if the variable is not defined, or in case of parsing error.
func GetEnvVarString ¶
GetEnvVarString returns a string value of an environmental variable speficied by name. Returns defValue if the variable is empty (e.g. not defined).
func GetEnvVarUInt ¶
GetEnvVarUInt returns an decimal uint64 value of an environmental variable specified by name. Returns defValue when the variable is empty (e.g. not defined), or in case of parsing error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.