Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBoolOrDefault ¶
GetBoolOrDefault will return the value of the environment variable name provided if it exists. If the environment variable can't be found, or an error occurs, returns defaultV.
func GetDurationOrDefault ¶
GetDurationOrDefault will return the value of the environment variable name provided if it exists. If the environment variable can't be found, or an error occurs, returns defaultV.
func GetIntOrDefault ¶
GetIntOrDefault will return the value of the environment variable name provided if it exists. If the environment variable can't be found, or an error occurs, returns defaultV.
func GetStringOrDefault ¶
GetStringOrDefault will return the value of the environment variable name provided if it exists. If the environment variable can't be found, returns defaultV.
Types ¶
This section is empty.