Versions in this module Expand all Collapse all v1 v1.1.4 Jan 13, 2021 v1.1.3 Jan 13, 2021 Changes in this version + func LoadConfig(file string, v interface{}) error + func LoadConfigFromJsonBytes(content []byte, v interface{}) error + func LoadConfigFromYamlBytes(content []byte, v interface{}) error + func MustLoad(path string, v interface{}) + type Properties interface + GetInt func(key string) int + GetString func(key string) string + SetInt func(key string, value int) + SetString func(key, value string) + ToString func() string + func LoadProperties(filename string) (Properties, error) + func NewProperties() Properties + type PropertyError struct + func (configError *PropertyError) Error() string