(projectID string, planUID int64)
| 647 | } |
| 648 | |
| 649 | func FormatPlan(projectID string, planUID int64) string { |
| 650 | return fmt.Sprintf("%s/%s%d", FormatProject(projectID), PlanPrefix, planUID) |
| 651 | } |
| 652 | |
| 653 | // FormatPlanCheckRun formats a plan check run singleton resource name. |
| 654 | // Format: projects/{project}/plans/{plan}/planCheckRun |
no test coverage detected