mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-06 12:01:27 +08:00
9 lines
187 B
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"`
|
|
}
|