snapshot_recovery_response.proto 148 B

1234567
  1. package protobuf;
  2. message ProtoSnapshotRecoveryResponse {
  3. required uint64 Term=1;
  4. required bool Success=2;
  5. required uint64 CommitIndex=3;
  6. }