package
0.0.0-20241220230325-193e05bca902
Repository: https://github.com/egdaemon/eg.git
Documentation: pkg.go.dev
# Functions
Base64 read value as a base64 encoded string.
Boolean retrieve a boolean flag from the environment, checks each key in order first to parse successfully is returned.
No description provided by the author
No description provided by the author
returns the os.Environ or an empty slice if b is false.
Duration retrieves a time.Duration from the environment, checks each key in order first successful parse to a duration is returned.
No description provided by the author
format a environment variable in k=v.
see format.
see format.
No description provided by the author
No description provided by the author
No description provided by the author
Hex read value as a hex encoded string.
Int retrieve a integer flag from the environment, checks each key in order first to parse successfully is returned.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
String retrieve a string value from the environment, checks each key in order first string found is returned.
retrieve a uint64 flag from the environment, checks each key in order first to parse successfully is returned.
No description provided by the author
format a boolean value to true/false strings.
set many keys to the same value.