Documentation ¶ Index ¶ func New(logging librepo.Logging, timestamp librepo.Timestamp, updater service.Updater) controller.WebhookController type Impl func (c *Impl) IsWebhookController() bool func (c *Impl) Webhook(w http.ResponseWriter, r *http.Request) func (c *Impl) WireUp(_ context.Context, router chi.Router) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New( logging librepo.Logging, timestamp librepo.Timestamp, updater service.Updater, ) controller.WebhookController Types ¶ type Impl ¶ type Impl struct { Logging librepo.Logging Timestamp librepo.Timestamp Updater service.Updater } func (*Impl) IsWebhookController ¶ func (c *Impl) IsWebhookController() bool func (*Impl) Webhook ¶ func (c *Impl) Webhook(w http.ResponseWriter, r *http.Request) func (*Impl) WireUp ¶ func (c *Impl) WireUp(_ context.Context, router chi.Router) Source Files ¶ View all Source files webhookctl.go Click to show internal directories. Click to hide internal directories.