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 ¶
New creates an adapter to convert incoming GitHub webhook events to CloudEvents and then sends them to the specified Sink
func (*Adapter) HandleEvent ¶
HandleEvent is invoked whenever an event comes in from GitHub
Click to show internal directories.
Click to hide internal directories.