# Functions
GetEnv Simple helper function to read an environment or return a default value.
GetEnvAsBool Helper to read an environment variable into a bool or return default value.
GetEnvAsInt Simple helper function to read an environment variable into integer or return a default value.
GetEnvAsSlice Helper to read an environment variable into a string slice or return default value.