7 lines
83 B
Protocol Buffer
7 lines
83 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message UnionCmd {
|
||
|
uint32 message_id = 6;
|
||
|
bytes body = 5;
|
||
|
}
|