Documentation
¶
Index ¶
- func GetLocalStrValue(file string, key string) (string, *Error)
- func GetLocalValue(file string, key string) (interface{}, *Error)
- func GetMap(file string, config []string) (map[string]interface{}, *Error)
- func GetStrValue(file string, config []string, key string) (string, *Error)
- func GetValue(file string, config []string, key string) (interface{}, *Error)
- func LoadConfig(config string) (*viper.Viper, map[string]interface{}, *Error)
- func MultiGetMap(file string, config []string) (*viper.Viper, map[string]interface{}, *Error)
- func SetLocalValue(file string, key string, value interface{}) *Error
- func SetValue(file string, config []string, key string, value interface{}) *Error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLocalStrValue ¶
func GetLocalValue ¶
func MultiGetMap ¶
func SetLocalValue ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.