//
pkg.gl
Category
github.com/simplecontainer/smr
pkg
raft
package
0.0.86
Repository:
https://github.com/simplecontainer/smr.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
34
Dependents
2
Files
773 SLOC
#
Functions
NewKVStore
No description provided by the author
NewRaftNode
newRaftNode initiates a raft instance and returns a committed log entry channel and error channel.
#
Structs
Commit
No description provided by the author
KV
No description provided by the author
KVStore
a key-value store backed by raft.
RaftNode
A key-value stream backed by raft.