//
pkg.gl
Category
github.com/s-macke/concepts-of-programming-languages
src
distributed
kvstore
core
package
0.1.0
Repository:
https://github.com/s-macke/concepts-of-programming-languages.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
16 SLOC
#
Packages
raft
Package raft is an implementation of the RAFT consensus algorithm.
#
Functions
NewKVStore
NewKVStore constructs a new KVStore.
#
Structs
KVStore
KVStore is a distributed key value store using RAFT consensus.