Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithPayloadSecret ¶
func WithPayloadSecret(secret string) option
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider listens for github-webhook http-requests at a http-server handler, validates and converts the requests to an Events and forwards it to an event channel.
func (*Provider) HttpHandler ¶
func (p *Provider) HttpHandler(resp http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.