Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetIntOrDefault ¶
GetIntOrDefault check if a env variable exists for the given name. If so it tries to convert the string into an integer value, if the system can do that it will return the converted integer value if not the system will return the given default integer value
func GetStringOrDefault ¶
GetStringOrDefault check if a env variable exists for the given name. If so it returns the string value of the env var. If not it will return the given default value.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.