示例#1
0
文件: main.go 项目: NextMark/tyrant
func Init() {
	log.Debug(*conf)
	scheduler.InitConfig(*conf)
	scheduler.InitSharedDbMap()
}
示例#2
0
文件: main.go 项目: 4T-Shirt/tyrant
func init() {
	scheduler.InitConfig("config.ini")
	scheduler.InitSharedDbMap()
}