Documentation ¶
Index ¶
Constants ¶
View Source
const ( DB_MASTER = "immaster" DB_SLAVE = "imslave" )
Variables ¶
This section is empty.
Functions ¶
func GetAuthKeysDAO ¶
func GetAuthKeysDAO(dbName string) (dao *mysql_dao.AuthKeysDAO)
func GetAuthUsersDAO ¶
func GetAuthUsersDAO(dbName string) (dao *mysql_dao.AuthUsersDAO)
func GetMysqlDAOListMap ¶
func GetMysqlDAOListMap() map[string]*MysqlDAOList
func InstallMysqlDAOManager ¶
Types ¶
type MysqlDAOList ¶
type MysqlDAOList struct { // auth_key AuthKeysDAO *mysql_dao.AuthKeysDAO AuthUsersDAO *mysql_dao.AuthUsersDAO }
func GetMysqlDAOList ¶
func GetMysqlDAOList(dbName string) (daoList *MysqlDAOList)
type MysqlDAOManager ¶
type MysqlDAOManager struct {
// contains filtered or unexported fields
}
TODO(@benqi): 一主多从
Click to show internal directories.
Click to hide internal directories.