jl-iot/service/api.go

7 lines
83 B
Go

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