package iotService import iotDownService "IotAdmin/iot/service/downService" func Init() { go iotDownService.NewDownStreamService() }