Documentation
¶
Index ¶
- Variables
- func GetDefaultAppConfigRoot() (roots []string, err error)
- func GetWorkDirectory() (dir string, err error)
- func GetWorkDirectoryKey(workDir string) (key string, err error)
- func GetWorkDirectoryKeyEx(workDir string, trimPrefix []string) (key string, err error)
- func Load(configName string, cfg interface{}) (configFileUsed string, err error)
- func LoadOnConfigPath(configName string, configPaths []string, cfg interface{}) (configFileUsed string, err error)
- type ZjzConfig
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidPath = errors.New("invalid path")
)
Functions ¶
func GetDefaultAppConfigRoot ¶
func GetWorkDirectory ¶
func GetWorkDirectoryKey ¶
func GetWorkDirectoryKeyEx ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.