package
0.3.1
Repository: https://github.com/seatgeek/mailroom.git
Documentation: pkg.go.dev

# Packages

Package webhooks provides a way to use github.com/go-playground/webhooks/v6 as a handler.PayloadParser.

# Functions

New returns a new Handler, pairing a PayloadParser and a NotificationGenerator together with some key.

# Interfaces

Handler is anything capable of generating notifications from an incoming HTTP request.
NotificationGenerator is an interface for anything that generates notifications from a parsed payload.
PayloadParser is an interface for anything that parses incoming webhooks.