Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Name string `yaml:"name"` Driver string `yaml:"driver"` Master string `yaml:"master"` Slaves []string `yaml:"slaves"` LogModel bool `yaml:"log_model"` MaxIdle int `yaml:"max_idle"` MaxOpen int `yaml:"max_open"` AutoPing bool `yaml:"auto_ping"` LogFilePath string `yaml:"log_file_path"` LogFileName string `yaml:"log_file_name"` }
type XOrm ¶
type XOrm struct { *xorm.EngineGroup // contains filtered or unexported fields }
func XOrmClient ¶
Click to show internal directories.
Click to hide internal directories.