9 lines
89 B
Protocol Buffer
Raw Permalink Normal View History

2017-01-01 18:39:05 +00:00
syntax = "proto3";
package test;
message Message {
int64 seq = 1;
string data = 2;
}