5
0
Fork 0
backend-protobuf/data_request.proto

10 lines
118 B
Protocol Buffer

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