Versions in this module Expand all Collapse all v0 v0.9.0 Jan 15, 2024 Changes in this version + type WebhookConfig struct + Events []string + Secret string + Vendor WebhookVendor + type WebhookServer struct + func NewWebhookServer(addr string) *WebhookServer + func (ws *WebhookServer) RegisterWebhookHandler(repo_name string, f func(http.ResponseWriter, *http.Request)) error + type WebhookVendor string + const Gitea + const Github + const Gitlab