package rpcs type ArgsDeviceReport struct { DeviceCode string Data string } type DeviceDesiredReply struct { Data []byte }