Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GetEnvFunc = os.Getenv
Functions ¶
This section is empty.
Types ¶
type EnvVarDesc ¶
type Environment ¶
type Environment interface { LoadFromEnv(cc []EnvVarDesc) error GetEnv(string) string }
func NewEnv ¶
func NewEnv() Environment
Click to show internal directories.
Click to hide internal directories.