Versions in this module Expand all Collapse all v1 v1.0.1 Jun 2, 2026 Changes in this version + var ErrSourceBranchChanged = errors.New("source branch changed") + func FormatPlanComment(deployment model.Deployment) string + type PlansController struct + AsyncEngine *async.Engine + Config config.Config + Persistence ports.Persistence + SCM scm.Client + func NewPlansController(persistence ports.Persistence, config config.Config, scmClient scm.Client, ...) *PlansController + func (c *PlansController) Approve(w http.ResponseWriter, r *http.Request) + func (c *PlansController) ClosePlan(w http.ResponseWriter, r *http.Request) + func (c *PlansController) RegisterPlan(w http.ResponseWriter, r *http.Request)