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