mirror of
https://github.com/status-im/nim-raft.git
synced 2025-02-05 01:33:47 +00:00
Fix coding style
This commit is contained in:
parent
4fa562c4a1
commit
ffc52eb403
@ -21,9 +21,9 @@ type
|
||||
Blob* = seq[byte]
|
||||
|
||||
RaftNodeState* = enum
|
||||
UNKNOWN = 0,
|
||||
FOLLOWER = 1,
|
||||
LEADER = 2
|
||||
rnsUnknown = 0,
|
||||
rnsFollower = 1,
|
||||
rnsLeader = 2
|
||||
|
||||
RaftNodeId* = UUID # UUID uniquely identifying every Raft Node
|
||||
RaftNodePeers* = seq[RaftNodeId] # List of Raft Node Peers IDs
|
||||
|
Loading…
x
Reference in New Issue
Block a user