Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WebhookHandlers = map[string]receivers.WebhookHandlerFunc{ "github-app-jwt": github.WebhookHandler, "github-user-pat": github.WebhookHandler, "github-webhook": github.WebhookHandler, "slack-bot-token": slack.WebhookHandler, }
WebhookHandlers is a map of all the link-specific webhooks that Omdient supports.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package github implements an HTTP webhook to handle GitHub events (https://docs.github.com/en/webhooks).
|
Package github implements an HTTP webhook to handle GitHub events (https://docs.github.com/en/webhooks). |
|
Package slack implements Slack's [Events API] and handles [interaction payloads], over [HTTP webhooks and Socket Mode].
|
Package slack implements Slack's [Events API] and handles [interaction payloads], over [HTTP webhooks and Socket Mode]. |
Click to show internal directories.
Click to hide internal directories.