Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultSection = "default"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Setting ¶ added in v1.2.2
type Setting struct {
Db struct {
Engine string
Host string
Port int
User string
Password string
Database string
Prefix string
Charset string
MaxIdleConns int
MaxOpenConns int
}
AllowIps string
AppName string
ApiKey string
ApiSecret string
ApiSignEnable bool
EnableTLS bool
CAFile string
CertFile string
KeyFile string
}
Click to show internal directories.
Click to hide internal directories.