5
0
Fork 0
backend-protobuf/scan_request.proto

11 lines
136 B
Protocol Buffer
Raw Permalink Normal View History

syntax = "proto3";
2019-06-23 08:35:57 +08:00
package protobuf;
message ScanRequest {
string key = 1;
uint64 from = 2;
uint64 to = 3;
string type = 4;
}