7 lines
112 B
Protocol Buffer
7 lines
112 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message DataMessage {
|
|
string ctx = 1;
|
|
int64 ref = 2;
|
|
repeated bytes files = 3;
|
|
} |