Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Environment string ENVPrefix string Debug bool Verbose bool Silent bool AutoReload bool AutoReloadInterval time.Duration AutoReloadCallback func(config interface{}) // In case of json files, this field will be used only when compiled with // go 1.10 or later. // This field will be ignored when compiled with go versions lower than 1.10. ErrorOnUnmatchedKeys bool }
Click to show internal directories.
Click to hide internal directories.