Versions in this module Expand all Collapse all v3 v3.13.0 Jun 28, 2018 v3.12.0 May 8, 2018 Changes in this version + type Config struct + Secret string + type Event string + const CreateEvent + const DeleteEvent + const ForkEvent + const IssueCommentEvent + const IssuesEvent + const PullRequestEvent + const PushEvent + const ReleaseEvent + type Webhook struct + func New(config *Config) *Webhook + func (hook Webhook) ParsePayload(w http.ResponseWriter, r *http.Request) + func (hook Webhook) Provider() webhooks.Provider + func (hook Webhook) RegisterEvents(fn webhooks.ProcessPayloadFunc, events ...Event) Other modules containing this package gopkg.in/go-playground/webhooks.v4 gopkg.in/go-playground/webhooks.v5 gopkg.in/go-playground/webhooks.v6