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