fsm

package
v0.0.0-...-29666e4 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CMDSET = "SET"
	CMDDEL = "DEL"
)

Variables

This section is empty.

Functions

func NewBadger

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

Types

type ApplyResponse

type ApplyResponse struct {
	Error error
	Data  interface{}
}

type Payload

type Payload struct {
	OP    string
	Key   string
	Value interface{}
}

Jump to

Keyboard shortcuts

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