package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Nov 25, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MysqlConf struct {
Host string `json:"host"`
Port int `json:"port"`
Sentinel bool `json:"sentinel"`
Schema string `json:"schema"`
Username string `json:"username"`
Password string `json:"password"`
MaxOpenConn int `json:"maxOpenConn"`
MaxIdleConn int `json:"maxIdleConn"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.