Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OsEnvSource ¶
type OsEnvSource struct{}
func NewOsEnvSource ¶
func NewOsEnvSource() OsEnvSource
type PrefixingEnv ¶
type PrefixingEnv struct {
// contains filtered or unexported fields
}
func NewPrefixingEnv ¶
func NewPrefixingEnv(source EnvSource, prefix string) PrefixingEnv
type TestEnvSource ¶
type TestEnvSource struct {
// contains filtered or unexported fields
}
func NewTestEnvSource ¶
func NewTestEnvSource(values map[string]string) TestEnvSource
Click to show internal directories.
Click to hide internal directories.