1
This commit is contained in:
parent
b0e442c078
commit
c72ef6e063
@ -8,14 +8,17 @@ type taskMgr struct {
|
|||||||
//HourlyTaskMgr
|
//HourlyTaskMgr
|
||||||
//DailyTaskMgr
|
//DailyTaskMgr
|
||||||
webHook
|
webHook
|
||||||
|
goldBullionReturn
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *taskMgr) Init() {
|
func (this *taskMgr) Init() {
|
||||||
//t.HourlyTaskMgr.Init()
|
//t.HourlyTaskMgr.Init()
|
||||||
//t.DailyTaskMgr.Init()
|
//t.DailyTaskMgr.Init()
|
||||||
this.webHook.init()
|
this.webHook.init()
|
||||||
|
this.goldBullionReturn.init()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *taskMgr) UnInit() {
|
func (this *taskMgr) UnInit() {
|
||||||
|
this.goldBullionReturn.unInit()
|
||||||
this.webHook.unInit()
|
this.webHook.unInit()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user