package
3.0.2+incompatible
Repository: https://github.com/davygeek/orchestrator.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GetLeader returns identity of raft leader.
No description provided by the author
GetState returns current raft state.
readResponse returns the body of an HTTP response.
IsLeader tells if this node is the current raft leader.
IsPartOfQuorum returns `true` when this node is part of the raft quorum, meaning its data and opinion are trustworthy.
No description provided by the author
No description provided by the author
Monitor is a utility function to routinely observe leadership state.
No description provided by the author
NewRelSnapshotStore creates a new RelSnapshotStore based on a base directory.
NewRelSnapshotStoreWithLogger creates a new RelSnapshotStore based on a base directory.
NewStore inits and returns a new store.
PublishCommand will distribute a command across the group.
No description provided by the author
No description provided by the author
No description provided by the author
Setup creates the entire raft shananga.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

RelationalStoreimplements: - hashicorp/raft.StableStore - hashicorp/log.LogStore.
RelSnapshotSink implements SnapshotSink with a file.
RelSnapshotStore implements the SnapshotStore interface and allows snapshots to be made on the local disk.
No description provided by the author

# Interfaces

No description provided by the author