codekoala / go-webhook

Helpers to deal with webhooks (currently only GitLab)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Helpers to deal with webhooks (currently only GitLab)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%