| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Simplex.Messaging.Server.QueueStore
Documentation
Constructors
| QueueRec | |
Fields
| |
Constructors
| NtfCreds | |
Fields
| |
data ServiceRec Source #
Constructors
| ServiceRec | |
Fields
| |
Instances
| Show ServiceRec Source # | |
Defined in Simplex.Messaging.Server.QueueStore Methods showsPrec :: Int -> ServiceRec -> ShowS show :: ServiceRec -> String showList :: [ServiceRec] -> ShowS | |
| StrEncoding ServiceRec Source # | |
Defined in Simplex.Messaging.Server.QueueStore Methods strEncode :: ServiceRec -> ByteString Source # strDecode :: ByteString -> Either String ServiceRec Source # strP :: Parser ServiceRec Source # | |
type CertFingerprint = ByteString Source #
data ServerEntityStatus Source #
Constructors
| EntityActive | |
| EntityBlocked BlockingInfo | |
| EntityOff |
Instances
| Show ServerEntityStatus Source # | |
Defined in Simplex.Messaging.Server.QueueStore Methods showsPrec :: Int -> ServerEntityStatus -> ShowS show :: ServerEntityStatus -> String showList :: [ServerEntityStatus] -> ShowS | |
| Eq ServerEntityStatus Source # | |
Defined in Simplex.Messaging.Server.QueueStore Methods (==) :: ServerEntityStatus -> ServerEntityStatus -> Bool (/=) :: ServerEntityStatus -> ServerEntityStatus -> Bool | |
| StrEncoding ServerEntityStatus Source # | |
Defined in Simplex.Messaging.Server.QueueStore Methods strEncode :: ServerEntityStatus -> ByteString Source # strDecode :: ByteString -> Either String ServerEntityStatus Source # strP :: Parser ServerEntityStatus Source # | |