package service // IOT物联网应用 type IotService interface { Stop() error }