Documentation ¶ Overview ¶ * @Author : nopsky @Email : cnnopsky@gmail.com @Date : 2021/3/18 14:37 Index ¶ func GetInt(key string) int func GetInt32(key string) int32 func GetInt64(key string) int64 func GetString(key string) string func GetStringMap(key string) map[string]interface{} func Load(path string) error func UnmarshalKey(key string, val interface{}) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetInt ¶ added in v0.1.0 func GetInt(key string) int func GetInt32 ¶ added in v0.1.0 func GetInt32(key string) int32 func GetInt64 ¶ added in v0.1.0 func GetInt64(key string) int64 func GetString ¶ func GetString(key string) string func GetStringMap ¶ func GetStringMap(key string) map[string]interface{} func Load ¶ func Load(path string) error func UnmarshalKey ¶ func UnmarshalKey(key string, val interface{}) error Types ¶ This section is empty. Source Files ¶ View all Source files zconfig.go Directories ¶ Show internal Expand all Path Synopsis config env file Click to show internal directories. Click to hide internal directories.