import "github.com/sprawl/sprawl/config"
type Config struct { Logger interfaces.Logger // contains filtered or unexported fields }
Config has an initialized version of spf13/viper
Get is a proxy for viper.Get()
GetBool is a proxy for viper.GetUint()
GetString is a proxy for viper.GetString()
GetUint is a proxy for viper.GetUint()
ReadConfig opens the configuration file and initializes viper
Package config imports 4 packages (graph). Updated 2019-12-12. Refresh now. Tools for package owners.