niming_backend/protobuf_files/niming.proto

7 lines
112 B
Protocol Buffer

syntax = "proto3";
message DataMessage {
string ctx = 1;
int64 ref = 2;
repeated bytes files = 3;
}