Documentation ¶
Overview ¶
Package webhook implements github webhook handlers for the github provider
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleGitHubAppWebhook ¶
func HandleGitHubAppWebhook( store db.Store, ghService service.GitHubProviderService, mt metrics.Metrics, publisher interfaces.Publisher, ) http.HandlerFunc
HandleGitHubAppWebhook handles incoming GitHub App webhooks
func HandleWebhookEvent ¶
func HandleWebhookEvent( mt metrics.Metrics, publisher interfaces.Publisher, whconfig *server.WebhookConfig, ) http.HandlerFunc
HandleWebhookEvent is the main entry point for processing github webhook events
func NoopWebhookHandler ¶
func NoopWebhookHandler( mt metrics.Metrics, ) http.HandlerFunc
NoopWebhookHandler is a no-op handler for webhooks
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.