package
Version:
v0.0.0-...-2274cb7
Opens a new window with list of versions in this module.
Published: Oct 26, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewBadger(badgerDB *badger.DB) raft.FSM
NewBadger raft.FSM implementation using badgerDB
type ApplyResponse struct {
Error error
Data interface{}
}
ApplyResponse response from Apply raft
type CommandPayload struct {
Operation string
Key string
Value interface{}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.