Exemple #1
0
func Init() {
	log.Debug(*conf)
	scheduler.InitConfig(*conf)
	scheduler.InitSharedDbMap()
}
Exemple #2
0
func init() {
	scheduler.InitConfig("config.ini")
	scheduler.InitSharedDbMap()
}