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).
- 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 () PrepResultSource
Prepare function for luxid.
main :: MainFn () PrepResultSource
Main function.