//! Raft consensus layer for multi-node cluster coordination.
pubmodapi;pubmodlog_store;pubmodnetwork;pubmodstate_machine;pubmodtype_config;useopenraft::Raft;useself::type_config::OrcaTypeConfig;/// The concrete Raft node type used throughout the Orca control plane.
pubtypeOrcaRaft=Raft<OrcaTypeConfig>;