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