Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConnectionHandlers = map[string]listeners.ConnHandlerFunc{ "slack-socket-mode": slack.ConnectionHandler, }
ConnectionHandlers is a map of all the stateful connection handlers that Timpani supports. The map keys correspond to Thrippy link template names.
View Source
var WebhookHandlers = map[string]listeners.WebhookHandlerFunc{ "bitbucket-app-oauth": bitbucket.WebhookHandler, "bitbucket-user-token": bitbucket.WebhookHandler, "github-app-jwt": github.WebhookHandler, "github-user-pat": github.WebhookHandler, "github-webhook": github.WebhookHandler, "jira-app-oauth": jira.WebhookHandler, "jira-user-token": jira.WebhookHandler, "slack-bot-token": slack.WebhookHandler, "slack-oauth": slack.WebhookHandler, "slack-oauth-gov": slack.WebhookHandler, }
WebhookHandlers is a map of all the stateless webhook handlers that Timpani supports. The map keys correspond to Thrippy link template names.
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 handles Slack's [Events API] and [interaction payloads], over [HTTP webhooks and Socket Mode].
|
Package slack handles Slack's [Events API] and [interaction payloads], over [HTTP webhooks and Socket Mode]. |
Click to show internal directories.
Click to hide internal directories.