listeners

package
v1.19.2 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

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].

Jump to

Keyboard shortcuts

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