package
0.0.0-20241212173216-745cb4b42230
Repository: https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation: pkg.go.dev

# Functions

Config creates num in-memory raft nodes and connects them.
Handler grabs the get param ?next= and tries to transition to the state contained there.
NewFSM creates a new FSM with start state of "first".

# Structs

FSM implements the raft FSM interface and holds a state.