raft_fsm

package
v0.0.0-...-d7efa00 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBadger

func NewBadger(badgerDB *badger.DB) raft.FSM

NewBadger raft.FSM implementation using badgerDB

Types

type Machine

type Machine struct {
	FSM   raft.FSM
	Store StoreHandle
}

func NewFSM

func NewFSM() (*Machine, error)

NewBadger raft.FSM implementation using badgerDB

type StoreHandle

type StoreHandle interface {
	Close() error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL