Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHTTPHandler ¶
func NewHTTPHandler(cfg config.WebhookConfig, integrationCfg config.GitHubIntegrationConfig, logger *zap.Logger) (http.HandlerFunc, error)
Types ¶
type Handler ¶
type Handler interface {
HandleEvent(w http.ResponseWriter, eventObject interface{}, f GitHubIntegrationsClientFunc) error
}
Click to show internal directories.
Click to hide internal directories.