1
This commit is contained in:
parent
1f9bdd6278
commit
e3307f7e64
@ -31,7 +31,10 @@ func (this *app) Init() {
|
|||||||
f5.LoadMetaTable(mt.Table)
|
f5.LoadMetaTable(mt.Table)
|
||||||
this.registerDataSources()
|
this.registerDataSources()
|
||||||
this.initCb()
|
this.initCb()
|
||||||
f5.GetSysLog().Info("local ip:%s", q5.GetLocalIP())
|
f5.GetSysLog().Info("%s start host:%s port:%d",
|
||||||
|
this.GetPkgName(),
|
||||||
|
mt.Table.HallCluster.GetIp(),
|
||||||
|
mt.Table.HallCluster.GetListenPort())
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *app) UnInit() {
|
func (this *app) UnInit() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user