# Packages

Package generic contains webhook.Plugin implementation of a generic webhooks for use in testing and/or other ad/hoc usage.
Package github contains webhook.Plugin implementation of github webhooks according to https://developer.github.com/webhooks/.

# Functions

FindTriggerPolicy retrieves the BuildTrigger of a given type from a build configuration.
GitRefMatches determines if the ref from a webhook event matches a build configuration.
NewController creates new webhook controller and feed it with provided plugins.

# Variables

No description provided by the author
No description provided by the author

# Interfaces

Plugin for Webhook verification is dependent on the sending side, it can be eg.