1
2
3
4
5
6
7
// Local aliases for the imported types the demo driver names unqualified.

///|
using @core {type RaftNode, type RawNode, type Role}

///|
using @raftpb {type Message, type Entry, type Payload}