| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Simplex.Messaging.Server.Main
Documentation
data EmbeddedWebParams Source #
Constructors
| EmbeddedWebParams | |
Fields
| |
data WebHttpsParams Source #
Constructors
| WebHttpsParams | |
data CliCommand Source #
data DatabaseTable Source #
Constructors
| DTQueues | |
| DTMessages | |
| DTAll |
Instances
| StrEncoding DatabaseTable Source # | |
Defined in Simplex.Messaging.Server.Main Methods strEncode :: DatabaseTable -> ByteString Source # strDecode :: ByteString -> Either String DatabaseTable Source # strP :: Parser DatabaseTable Source # | |
smpServerCLI :: FilePath -> FilePath -> IO () Source #
smpServerCLI_ :: (ServerInformation -> Maybe TransportHost -> FilePath -> IO ()) -> (EmbeddedWebParams -> IO ()) -> (FilePath -> (AttachHTTP -> IO ()) -> IO ()) -> FilePath -> FilePath -> IO () Source #
newJournalMsgStore :: FilePath -> QStoreCfg s -> IO (JournalMsgStore s) Source #
storeMsgsJournalDir' :: FilePath -> FilePath Source #
getServerSourceCode :: IO (Maybe String) Source #
simplexmqSource :: String Source #
serverPublicInfo :: Ini -> Maybe ServerPublicInfo Source #
validCountryValue :: String -> String -> Either String Text Source #
printSourceCode :: Maybe Text -> IO () Source #
cliCommandP :: FilePath -> FilePath -> FilePath -> Parser CliCommand Source #
strParse :: StrEncoding a => ReadM a Source #