# Functions
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
No description provided by the author
# Structs
KVLogDB is a LogDB implementation built on top of a Key-Value store.
RaftState is the persistent Raft state found in the LogDB.
WorkerContext is the per worker context owned and used by each raft worker.
# Interfaces
LogDB is the interface to be implemented for concrete LogDB types used for saving raft logs and states.