Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// CoreConf crocodile conf
CoreConf *coreConf
)
Functions ¶
Types ¶
type Client ¶
type Client struct {
Port int
ServerAddrs []string
ServerPort int
HostGroup string
Weight int
Remark string
}
Client crocodile client config
type Log ¶
type Log struct {
LogPath string
MaxSize int
Compress bool
MaxAge int
MaxBackups int
LogLevel string
Format string
}
Log Config
Click to show internal directories.
Click to hide internal directories.