# Functions
NewWebhookDaemon() returns a `WebhookDaemon` instance derived from 'uri' which is expected to take the form of any valid `aaronland/go-http-server.Server` URI with the following parameters: * `?allow_debug=` An optional boolean flag to enable debugging output in webhook responses.
NewWebhookDaemonFromConfig() returns a new `WebhookDaemon` derived from configuration data in 'cfg'.
# Structs
type WebhookDaemon is a struct that implements a long-running daemon to listen for and process webhooks.