package
0.20.0
Repository: https://github.com/nokia/ntt.git
Documentation: pkg.go.dev

# Functions

Apply is a function to load an io Reader then export the valid variables into environment variables if they do not exist.
Environ returns the current process's environment as a string-slice of the form key=value.
EnvironMap returns the current process's environment as a string-map.
Expand expands variable references recursively.
No description provided by the author
Lookup key in process environment.
Load is a function to load a file or multiple files and then export the valid variables into environment variables if they do not exist.
LoadFiles environment files ntt.env and k3.env.
LookupEnv is like Getenv, but returns a true boolean when key exists.
Must is wrapper function that will panic when supplied function returns an error.
OverApply is a function to load an io Reader then export and override the valid variables into environment variables.
OverLoad is a function to load a file or multiple files and then export and override the valid variables into environment variables.
Parse is a function to parse line by line any io.Reader supplied and returns the valid Env key/value pair of valid variables.
ParseFiles environment files ntt.env and k3.env.
StrictParse is a function to parse line by line any io.Reader supplied and returns the valid Env key/value pair of valid variables.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

Env holds key/value pair of valid environment variable.