This commit is contained in:
aozhiwei 2024-11-27 11:41:20 +08:00
parent 4ea65f929a
commit 60c9abeb0c

View File

@ -26,6 +26,7 @@ func (this *app) Run(initCb func(), unInitCb func()) {
} }
func (this *app) Init() { func (this *app) Init() {
f5.GetSysLog().Info("wheelserver start")
f5.LoadMetaTable(mt.Table) f5.LoadMetaTable(mt.Table)
this.registerDataSources() this.registerDataSources()
this.initCb() this.initCb()