(role string)
| 588 | } |
| 589 | |
| 590 | func FormatRole(role string) string { |
| 591 | return fmt.Sprintf("%s%s", RolePrefix, role) |
| 592 | } |
| 593 | |
| 594 | func FormatSheet(projectID string, sheetSha256 string) string { |
| 595 | return fmt.Sprintf("%s/%s%s", FormatProject(projectID), SheetIDPrefix, sheetSha256) |
no outgoing calls