7 lines
83 B
Go
7 lines
83 B
Go
package service
|
|
|
|
// IOT物联网应用
|
|
type IotService interface {
|
|
Stop() error
|
|
}
|