1
2
3
4
5
6
7
8
9
pub mod config;
mod network;
pub mod persister;
pub mod raft;
mod raft_log;
mod raft_protocol;
mod timer;

// TODO: use stateright to test raft