Versions in this module Expand all Collapse all v1 v1.1.0 Dec 2, 2025 Changes in this version + type WebhooksAdminHandler struct + func NewWebhooksAdminHandler(store storage.Store) *WebhooksAdminHandler + func (h *WebhooksAdminHandler) DeleteWebhook(w http.ResponseWriter, r *http.Request) + func (h *WebhooksAdminHandler) GetWebhook(w http.ResponseWriter, r *http.Request) + func (h *WebhooksAdminHandler) ListWebhooks(w http.ResponseWriter, r *http.Request) + func (h *WebhooksAdminHandler) RetryWebhook(w http.ResponseWriter, r *http.Request)