simplexmq-6.5.0.16: SimpleXMQ message broker
Safe HaskellSafe-Inferred
LanguageHaskell2010

Simplex.Messaging.Server.Main.Init

Documentation

data InitOptions Source #

Constructors

InitOptions 

Fields

Instances

Instances details
Show InitOptions Source # 
Instance details

Defined in Simplex.Messaging.Server.Main.Init

Methods

showsPrec :: Int -> InitOptions -> ShowS

show :: InitOptions -> String

showList :: [InitOptions] -> ShowS

data ServerPassword Source #

Instances

Instances details
Show ServerPassword Source # 
Instance details

Defined in Simplex.Messaging.Server.Main.Init

Methods

showsPrec :: Int -> ServerPassword -> ShowS

show :: ServerPassword -> String

showList :: [ServerPassword] -> ShowS

iniFileContent :: FilePath -> FilePath -> InitOptions -> HostName -> Maybe BasicAuth -> Maybe (Text, Text) -> Text Source #

optDisabled :: Maybe a -> Text Source #

optDisabled' :: Bool -> Text Source #