package
3.6.0-alpha.1+incompatible
Repository: https://github.com/tangle329/origin.git
Documentation: pkg.go.dev

# Packages

Package bitbucket contains webhook.Plugin implementation of bitbucket webhooks according to https://confluence.atlassian.com/bitbucket/manage-webhooks-735643732.html.
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/.
Package gitlab contains webhook.Plugin implementation of gitlab webhooks according to https://docs.gitlab.com/ce/user/project/integrations/webhooks.html.

# 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.
NewWarning returns an StatusError object with a http.StatusOK (200) code.
ValidateWebHookSecret validates the provided secret against all currently defined webhook secrets and if it is valid, returns its information.

# Constants

No description provided by the author

# Variables

No description provided by the author
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.