예제 #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()
}