package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
Describe prints the type and NodeID of the configuration changes as a space-delimited string.
Restore takes a Changer (which must represent an empty configuration), and runs a sequence of changes enacting the configuration described in the ConfState.
ValidateProp validates a proposed ConfChange against the current state of the Raft group.
# Structs
Changer facilitates configuration changes.
ValidationContext is a context struct that that is passed to ValidateProp to allow it to validate a proposed ConfChange against the current state of the Raft group.