sensenet/proto/telemetry.proto

10 lines
160 B
Protocol Buffer
Raw Permalink Normal View History

2022-02-27 06:57:13 +00:00
syntax = 'proto3';
package telemetrypb;
option go_package = '.;telemetrypb';
message Packet {
string topic = 1;
uint64 timestamp = 2;
bytes payload = 3;
}