init.go 212 B

12345678910
  1. // Copyright 2019 github.com. All rights reserved.
  2. // Use of this source code is governed by github.com.
  3. package timetask
  4. func Init() {
  5. // 状态监测定时任务
  6. go towerStatusTask()
  7. //go dustHourLoop()
  8. }