Files
PandaX/iothub/netbase/iothub_session.go

9 lines
187 B
Go

package netbase
type DeviceEventInfo struct {
DeviceId string `json:"deviceId"`
Datas string `json:"datas"`
Type string `json:"type"`
RequestId string `json:"requestId"`
}