func Init() { log.Debug(*conf) scheduler.InitConfig(*conf) scheduler.InitSharedDbMap() }
func init() { scheduler.InitConfig("config.ini") scheduler.InitSharedDbMap() }