5
0
Fork 0
backend-protobuf/data_request.proto

10 lines
120 B
Protocol Buffer

syntax = "proto3";
package protobuf;
message DataRequest {
string key = 1;
uint64 start = 2;
string type = 3;
}