Files
PandaX/iothub/iothub_session.go
2023-08-22 15:17:14 +08:00

9 lines
186 B
Go

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