Versions in this module Expand all Collapse all v1 v1.0.1 Apr 15, 2024 Changes in this version + func GetInt(key string) int + func GetInt32(key string) int32 + func GetInt64(key string) int64 + func LoadEncrypt(path string, secretKey string, iv string) error + func WriteEncryptConfig(path string, secretKey string, iv string) error v1.0.0 Apr 15, 2024 Changes in this version + func GetString(key string) string + func GetStringMap(key string) map[string]interface + func Load(path string) error + func UnmarshalKey(key string, val interface{}) error