Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Unmarshal ¶
func Unmarshal(unmarshaler ConfigurationUnmarshaler) (configuration.Configuration, error)
Types ¶
type ConfigurationLoader ¶
type ConfigurationUnmarshaler ¶
type ConfigurationUnmarshaler interface {
Unmarshal(rawVal interface{}, opts ...viper.DecoderConfigOption) error
}
Click to show internal directories.
Click to hide internal directories.