Registry / networking / go-playground-webhooks-v6

go-playground-webhooks-v6

JSON →
library6.4.0gogounverified

Webhook receiver for GitHub, GitLab, Bitbucket, and more.

go get github.com/go-playground/webhooks/v6
INSTALL
IMPORT
SIG · GO-PLAYGROUND-WEBH
G
go-playground-webhooks-v6
networkinggov6.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

webhooks
github.com/go-playground/webhooks/v6

Handle GitHub push webhooks

package main import ( "net/http" "github.com/go-playground/webhooks/v6/github" ) func main() { hook, _ := github.New(github.Options.Secret("mysecret")) http.HandleFunc("/webhooks", func(w http.ResponseWriter, r *http.Request) { payload, _ := hook.Parse(r, github.PushEvent) // handle payload }) http.ListenAndServe(":8080", nil) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
go-playground-webhooks-v6 — go get go-playground-webhooks-v6 · libregistry