Versions in this module Expand all Collapse all v0 v0.2.0 Feb 6, 2022 Changes in this version + var DB *gorm.DB + type Provider interface + ConfigFileUsed func() string + Get func(key string) interface{} + GetBool func(key string) bool + GetDuration func(key string) time.Duration + GetFloat64 func(key string) float64 + GetInt func(key string) int + GetInt64 func(key string) int64 + GetSizeInBytes func(key string) uint + GetString func(key string) string + GetStringMap func(key string) map[string]interface{} + GetStringMapString func(key string) map[string]string + GetStringMapStringSlice func(key string) map[string][]string + GetStringSlice func(key string) []string + GetTime func(key string) time.Time + InConfig func(key string) bool + IsSet func(key string) bool + func Config() Provider + func LoadConfigProvider(appName string) Provider