Lfan-ke/raft-moonbit/confchange does not have a README file
pub struct Changer {
cfg : ChangerConfig
prs : Map[String, Progress]
last_index : UInt64
max_inflight : Int
max_inflight_bytes : UInt64
}pub(all) struct ConfChangeV2 {
changes : Array[ConfChange]
transition : ConfChangeTransition
} derive(Eq)Raft consensus algorithm implemented in MoonBit.