1 Star 0 Fork 0

Stefan / xgameCommon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
multi.go 302 Bytes
一键复制 编辑 原始数据 按行查看 历史
Stefan 提交于 2020-05-12 11:19 . fix project name.
package service
import (
"github.com/Peakchen/xgameCommon/aktime"
)
var (
clusterProvider *TClusterDBProvider
)
func init() {
clusterProvider = &TClusterDBProvider{}
}
func StartMultiDBProvider(Server string) {
clusterProvider.Start(Server)
aktime.InitAkTime(clusterProvider.GetRedisConn())
}
Go
1
https://gitee.com/emmm_admin/xgameCommon.git
git@gitee.com:emmm_admin/xgameCommon.git
emmm_admin
xgameCommon
xgameCommon
v0.0.5

搜索帮助