Versions in this module Expand all Collapse all v1 v1.0.1 Jun 2, 2026 Changes in this version + type EventType string + const EventTypeComment + const EventTypePRApproved + const EventTypePRClosed + const EventTypePRUpdate + const EventTypePing + const EventTypeUnknown + type Handler struct + Processor Processor + Provider string + Service *service.DeploymentService + func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) + type NormalizedEvent struct + Action string + Body string + CommitSHA string + IsApproved bool + IsMerged bool + PRNumber int + Provider string + Repo string + Sender string + Type EventType + type Processor interface + Parse func(r *http.Request) (*ProcessorResult, error) + type ProcessorResult struct + Event *NormalizedEvent + Message string + ShouldQueue bool