ganeti
Safe HaskellNone

Ganeti.WConfd.Server

Description

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

Documentation

type PrepResult = (Server, DaemonHandle) Source #

Type alias for prepMain results

checkMain :: CheckFn () Source #

Check function for luxid.

prepMain :: PrepFn () PrepResult Source #

Prepare function for luxid.

main :: MainFn () PrepResult Source #

Main function.

options :: [OptType] Source #

Options list and functions.