bump(github.com/benbjohnson/go-raft): d46748244f1f1830a002b8f645342426c5d73e81
This commit is contained in:
7
third_party/github.com/benbjohnson/go-raft/protobuf/snapshot_request.proto
vendored
Normal file
7
third_party/github.com/benbjohnson/go-raft/protobuf/snapshot_request.proto
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
package protobuf;
|
||||
|
||||
message ProtoSnapshotRequest {
|
||||
required string LeaderName=1;
|
||||
required uint64 LastIndex=2;
|
||||
required uint64 LastTerm=3;
|
||||
}
|
Reference in New Issue
Block a user