删除丢弃的方法
This commit is contained in:
parent
dc7a055245
commit
a315cf699c
@ -3,7 +3,6 @@ package sys
|
|||||||
import (
|
import (
|
||||||
"go_dreamfactory/comm"
|
"go_dreamfactory/comm"
|
||||||
"go_dreamfactory/lego/core"
|
"go_dreamfactory/lego/core"
|
||||||
"go_dreamfactory/lego/sys/event"
|
|
||||||
"go_dreamfactory/modules"
|
"go_dreamfactory/modules"
|
||||||
"go_dreamfactory/pb"
|
"go_dreamfactory/pb"
|
||||||
)
|
)
|
||||||
@ -31,7 +30,6 @@ func (this *ModuleSys) OnInstallComp() {
|
|||||||
|
|
||||||
func (this *ModuleSys) Start() (err error) {
|
func (this *ModuleSys) Start() (err error) {
|
||||||
err = this.ModuleBase.Start()
|
err = this.ModuleBase.Start()
|
||||||
event.RegisterGO(comm.EventOpenCond, this.EventOpenCond)
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user