influxdb/protobuf/snapshot_request.proto

7 lines
142 B
Protocol Buffer
Raw Normal View History

2013-07-18 20:39:07 +00:00
package protobuf;
message ProtoSnapshotRequest {
required string LeaderName=1;
required uint64 LastIndex=2;
required uint64 LastTerm=3;
}