# Functions
NewConfigFromReader returns a new `WebhookConfig` instance derived from 'r'.The body of 'r' is expected to be a JSON-encoded `WebhookConfig` string.
NewConfigFromURI returns a new `WebhookConfig` instance derived from 'uri' which is expected to take the form of a valid `gocloud.dev/runtimevar` URI.
# Structs
type WebhookConfig is a struct containing configuration information for a `webhookd` instance.
type WebhookWebhooksConfig is a struct containing configuration information for an individual webhook.