log_entry.proto 173 B

12345678
  1. package protobuf;
  2. message ProtoLogEntry {
  3. required uint64 Index=1;
  4. required uint64 Term=2;
  5. required string CommandName=3;
  6. optional bytes Command=4; // for nop-command
  7. }