adapter

package
v0.14.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	GHHeaderEvent    = "GitHub-Event"
	GHHeaderDelivery = "GitHub-Delivery"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Adapter

type Adapter struct {
	// contains filtered or unexported fields
}

Adapter converts incoming GitHub webhook events to CloudEvents

func New

func New(sinkURI, ownerRepo string) (*Adapter, error)

New creates an adapter to convert incoming GitHub webhook events to CloudEvents and then sends them to the specified Sink

func (*Adapter) HandleEvent

func (a *Adapter) HandleEvent(payload interface{}, header http.Header)

HandleEvent is invoked whenever an event comes in from GitHub

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL