(resourceID string)
| 576 | } |
| 577 | |
| 578 | func FormatEnvironment(resourceID string) string { |
| 579 | return fmt.Sprintf("%s%s", EnvironmentNamePrefix, resourceID) |
| 580 | } |
| 581 | |
| 582 | func FormatInstance(resourceID string) string { |
| 583 | return fmt.Sprintf("%s%s", InstanceNamePrefix, resourceID) |
no outgoing calls
no test coverage detected