[][src]Module actix_raft::admin

Admin message types used to initialize & control a Raft node.

Structs

InitWithConfig

Initialize a pristine Raft node with the given config & start a campaign to become leader.

ProposeConfigChange

Propose a new membership config change to a running cluster.

Enums

InitWithConfigError

The set of errors which may take place when requesting to propose a config change.

ProposeConfigChangeError

The set of errors which may take place when requesting to propose a config change.