Documentation
¶
Index ¶
- func CheckBeforeStart()
- func CheckInputServerExit(inputServer []string, nameList []string) bool
- func GetFullPath(path string) (fullPath string)
- func GetNameList(listConf Config) (nameList []string)
- func ParsePathArg(arg string) (hostType string, path string, result bool)
- func PathWalkDir(dir string) (files []string, err error)
- type Config
- type IncludeConfig
- type LogConfig
- type ServerConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckBeforeStart ¶
func CheckBeforeStart()
func CheckInputServerExit ¶
func GetFullPath ¶ added in v0.4.3
func GetNameList ¶
func ParsePathArg ¶ added in v0.4.3
func PathWalkDir ¶ added in v0.4.3
Types ¶
type Config ¶
type Config struct {
Log LogConfig
Include map[string]IncludeConfig
Server map[string]ServerConfig
}
type IncludeConfig ¶
type IncludeConfig struct {
Path string `toml:"path"`
}
Click to show internal directories.
Click to hide internal directories.