1
This commit is contained in:
parent
fd749fb398
commit
bafb83cb87
@ -12,17 +12,17 @@ type taskMgr struct {
|
||||
}
|
||||
|
||||
func (this *taskMgr) Init() {
|
||||
this.webHook.init()
|
||||
this.repairNft.init()
|
||||
this.sysMail.init()
|
||||
this.repairOrder.init()
|
||||
//this.refreshMeta.init()
|
||||
//this.webHook.init()
|
||||
//this.repairNft.init()
|
||||
//this.sysMail.init()
|
||||
//this.repairOrder.init()
|
||||
this.refreshMeta.init()
|
||||
}
|
||||
|
||||
func (this *taskMgr) UnInit() {
|
||||
//this.refreshMeta.unInit()
|
||||
this.repairOrder.unInit()
|
||||
this.sysMail.unInit()
|
||||
this.repairNft.unInit()
|
||||
this.webHook.unInit()
|
||||
this.refreshMeta.unInit()
|
||||
//this.repairOrder.unInit()
|
||||
//this.sysMail.unInit()
|
||||
//this.repairNft.unInit()
|
||||
//this.webHook.unInit()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user