Versions in this module Expand all Collapse all v1 v1.0.1 Aug 4, 2019 v1.0.0 Aug 4, 2019 Changes in this version + func InitDefaultConfig(ConfigViper *viper.Viper) + func InitEnvConfig(ConfigViper *viper.Viper) + func InitFileConfig(ConfigViper *viper.Viper) + func InitFlagConfig(ConfigViper *viper.Viper) bool + func SetFileConfig(ConfigViper *viper.Viper, fileName string, filePaths []string) + func VerifyConfig(conf ConfigType) bool + type ConfigType struct + Address string + Iss string + PrivateKeyPath string + PublicKeyPath string + SignMethod string + func Init() (ConfigType, error)