package
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Jan 24, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Bool registers an environment variable and interprets the current variable as bool.
Keys returns the keys of registered environment variables. The keys returned
are sorted.
Note: The returned slice must not be changed or appended to.
MakeEnv builds a dictionary of defined environment variables, such that
these can be passed to other processes (e.g. providers)
String registers an environment variable and reads the current contents.
Var holds an environment variables name, default value and doc string.
Find returns a registered Var by name.
Default returns the environment variables default value as string.
Doc returns the doc-string.
Get reads an environment variable. Get returns the default value if the
variable is not present or empty.
Name returns the environment variables name
Source Files
¶
Click to show internal directories.
Click to hide internal directories.