Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commons ¶
Commons holds configuration that are common to all extensions. Each extension can then decide whether to overwrite its values.
type EnvBinding ¶
type EnvBinding struct { EnvVars []string // name of the environment var. Destination interface{} // pointer to the original config value to modify. }
EnvBinding represents a direct binding from an env variable to a go kind. Along with gookit/config, its primal goal is to unpack environment variables into a Go value. We do so with reflection, and this data structure is just a step in between.
Click to show internal directories.
Click to hide internal directories.