Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Event Names PullrequestEvent = "dev.knative.github.pullrequest" UnsupportedEvent = "dev.knative.github.unsupported" )
Variables ¶
View Source
var CloudEventType = map[string]string{ "pull_request": PullrequestEvent, "": UnsupportedEvent, }
View Source
var GithubEventType = map[string]string{ PullrequestEvent: "pull_request", }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.