Documentation
¶
Overview ¶
Package daemon defines common structure for all daemonizable services, like ethereum-watcher, issuing authority, etc.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Start ¶
func Start(flagsFn FlagDefineFunc, startFn StartUpFunc)
Types ¶
type FlagDefineFunc ¶
type FlagDefineFunc func()
type StartUpFunc ¶
type StartUpFunc func() Service
Click to show internal directories.
Click to hide internal directories.