Documentation
¶
Overview ¶
Package envutil provides utility functions for working with environment variables.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEnvAsBool ¶
GetEnvAsBool retrieves an environment variable as a boolean, returning the default value if not set or invalid
func GetEnvAsInt ¶
GetEnvAsInt retrieves an environment variable as an integer, returning the default value if not set or invalid
func GetEnvAsString ¶
GetEnvAsString retrieves an environment variable as a string, returning the default value if not set
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.