/go-webhook

Helpers to deal with webhooks (currently only GitLab)

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

go-webhook

Helpers to deal with webhooks in Go.

The primary purpose of this repository is to create Go structs to hold data from webhook request payloads. Currently only support for GitLab has been implemented.

Example Usage

See the main.go in the repository root for an example for how to work with GitLab webhook requests.