Documentation ¶
Index ¶
- Constants
- func Get(k string, defaultVal string) string
- func LoadEnv(filenames ...string) (err error)
- func LoadEnv2DataManage(filenames ...string) (err error)
- func Overload(filenames ...string) (err error)
- func OverloadEnv2DataManage(filenames ...string) (err error)
- func Parse(r io.Reader) (envMap map[string]string, err error)
- func Set(k, v string) error
Constants ¶
View Source
const ( //env存储方式 StoreTypeEnv = iota StoreTypeDataManage )
Variables ¶
This section is empty.
Functions ¶
func LoadEnv2DataManage ¶
func OverloadEnv2DataManage ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.