Get desktop application:
View/edit binary Protocol Buffers messages
optional uint64 ID = 1
optional uint64 NodeID = 3
optional bytes Context = 4
Used in: ConfChange
ConfChangeAddNode = 0
ConfChangeRemoveNode = 1
ConfChangeUpdateNode = 2
Used in: SnapshotMetadata
repeated uint64 nodes = 1
Used in: Message
required uint64 Term = 2
required uint64 Index = 3
optional bytes Data = 4
Used in: Entry
EntryNormal = 0
EntryConfChange = 1
optional uint64 term = 1
optional uint64 vote = 2
optional uint64 commit = 3
optional uint64 to = 2
optional uint64 from = 3
optional uint64 term = 4
optional uint64 logTerm = 5
optional uint64 index = 6
repeated Entry entries = 7
optional uint64 commit = 8
optional Snapshot snapshot = 9
optional bool reject = 10
optional uint64 rejectHint = 11
optional bytes context = 12
Used in: Message
MsgHup = 0
MsgBeat = 1
MsgProp = 2
MsgApp = 3
MsgAppResp = 4
MsgVote = 5
MsgVoteResp = 6
MsgSnap = 7
MsgHeartbeat = 8
MsgHeartbeatResp = 9
MsgUnreachable = 10
MsgSnapStatus = 11
MsgCheckQuorum = 12
MsgTransferLeader = 13
MsgTimeoutNow = 14
MsgReadIndex = 15
MsgReadIndexResp = 16
MsgPreVote = 17
MsgPreVoteResp = 18
Used in: Message
Used in: Snapshot
optional ConfState conf_state = 1
optional uint64 index = 2
optional uint64 term = 3