| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Raft.Config
Synopsis
Documentation
data RaftNodeConfig Source #
Configuration of a node in the cluster
Constructors
| RaftNodeConfig | |
Fields
| |
Instances
| Show RaftNodeConfig Source # | |
Defined in Raft.Config Methods showsPrec :: Int -> RaftNodeConfig -> ShowS # show :: RaftNodeConfig -> String # showList :: [RaftNodeConfig] -> ShowS # | |
data StorageState Source #
Instances
| Show StorageState Source # | |
Defined in Raft.Config Methods showsPrec :: Int -> StorageState -> ShowS # show :: StorageState -> String # showList :: [StorageState] -> ShowS # | |