Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Poseidon.CLI.Serve
Documentation
runServer :: ServeOptions -> MVar () -> PoseidonIO () Source #
runServerMainThread :: ServeOptions -> PoseidonIO () Source #
data ServeOptions Source #
Constructors
ServeOptions | |
Fields
|
Instances
Show ServeOptions Source # | |
Defined in Poseidon.CLI.Serve Methods showsPrec :: Int -> ServeOptions -> ShowS # show :: ServeOptions -> String # showList :: [ServeOptions] -> ShowS # |
newtype ArchiveConfig Source #
Constructors
ArchiveConfig [ArchiveSpec] |
Instances
FromJSON ArchiveConfig Source # | |
Defined in Poseidon.CLI.Serve | |
Show ArchiveConfig Source # | |
Defined in Poseidon.CLI.Serve Methods showsPrec :: Int -> ArchiveConfig -> ShowS # show :: ArchiveConfig -> String # showList :: [ArchiveConfig] -> ShowS # |
data ArchiveSpec Source #
Constructors
ArchiveSpec | |
Fields
|
Instances
FromJSON ArchiveSpec Source # | |
Defined in Poseidon.CLI.Serve | |
Show ArchiveSpec Source # | |
Defined in Poseidon.CLI.Serve Methods showsPrec :: Int -> ArchiveSpec -> ShowS # show :: ArchiveSpec -> String # showList :: [ArchiveSpec] -> ShowS # |