Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EnvRegularRegex = regexp.MustCompile(`\${(?P<ENV>[_A-Z0-9]+):(?P<DEF>.*)}`)
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (*Config) GetTopLevelKeys ¶
GetTopLevelKeys from config
func (*Config) UnMarshalWithKey ¶
UnMarshalWithKey to the config value reference
Click to show internal directories.
Click to hide internal directories.