Safe Haskell | None |
---|
The implementation of Ganeti WConfd daemon server.
As TemplateHaskell require that splices be defined in a separate module, we combine all the TemplateHaskell functionality that HTools needs in this module (except the one for unittests).
Synopsis
- handler :: DaemonHandle -> RpcServer WConfdMonadInt
- type PrepResult = (Server, DaemonHandle)
- checkMain :: CheckFn ()
- prepMain :: PrepFn () PrepResult
- serverConfig :: ServerConfig
- main :: MainFn () PrepResult
- options :: [OptType]
Documentation
type PrepResult = (Server, DaemonHandle) Source #
Type alias for prepMain results
prepMain :: PrepFn () PrepResult Source #
Prepare function for luxid.
main :: MainFn () PrepResult Source #
Main function.