(projectID string, planUID int64)
| 600 | } |
| 601 | |
| 602 | func FormatRollout(projectID string, planUID int64) string { |
| 603 | return fmt.Sprintf("%s/rollout", FormatPlan(projectID, planUID)) |
| 604 | } |
| 605 | |
| 606 | // EmptyStageID is the placeholder used for stages without environment or with deleted environments. |
| 607 | const EmptyStageID = "-" |
no test coverage detected