Categorygithub.com/daotl/raft-go-datastore
modulepackage
0.0.1
Repository: https://github.com/daotl/raft-go-datastore.git
Documentation: pkg.go.dev

# README

raft-go-datastore

The package exports the Store which is an implementation of both a LogStore and StableStore.

It is meant to be used as a backend for the raft package here.

This implementation uses go-datastore.

# Functions

No description provided by the author

# Structs

Store can be used as a LogStore and StableStore for Raft.