# Functions
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
NullEntry is an empty entry that is appended to the log.
Raft_ServiceDesc is the grpc.ServiceDesc for Raft service.
# Structs
Sent from followers back to the leader to acknowledge the append entries or heartbeat and to update the leader with their local state.
Sent from the leader to the peers in the quorum to update their logs, or if no entries are sent, as a heartbeat message.
No description provided by the author
No description provided by the author
UnimplementedRaftServer must be embedded to have forward compatible implementations.
Sent from peers in the quorum in response to a vote request to bring the candidate's state up to date or to elect the candidate as leader for the term.
Sent from a candidate to all peers in the quorum to elect a new Raft leader.
# Interfaces
No description provided by the author
No description provided by the author
RaftClient is the client API for Raft service.
RaftServer is the server API for Raft service.
UnsafeRaftServer may be embedded to opt out of forward compatibility for this service.