Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrRepositoryNotFound = fmt.Errorf("payload repository not found") ErrNotGitHubRepository = fmt.Errorf("repository not configured for GitHub") ErrWebhookConfigMissing = fmt.Errorf("webhook configuration missing") ErrWebhookSecretNameNotSet = fmt.Errorf("webhook secret name not set") ErrWebhookSecretKeyNotSet = fmt.Errorf("webhook secret key not set") ErrWebhookSecretNotFound = fmt.Errorf("webhook secret not found") ErrWebhookSecretKeyNotFound = fmt.Errorf("webhook secret key not found in secret") ErrWebhookSecretIsEmpty = fmt.Errorf("webhook secret is empty") )
Functions ¶
This section is empty.
Types ¶
type PushHandler ¶
func NewPushHandler ¶
func (*PushHandler) HandleWebhookRequest ¶
func (ph *PushHandler) HandleWebhookRequest(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.