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