5
0
Fork 0
backend-protobuf/scan_request.proto

11 lines
136 B
Protocol Buffer

syntax = "proto3";
package protobuf;
message ScanRequest {
string key = 1;
uint64 from = 2;
uint64 to = 3;
string type = 4;
}