(projectName, serviceName, index string)
| 127 | } |
| 128 | |
| 129 | func getDefaultContainerName(projectName, serviceName, index string) string { |
| 130 | return strings.Join([]string{projectName, serviceName, index}, api.Separator) |
| 131 | } |
| 132 | |
| 133 | func getContainerProgressName(ctr container.Summary) string { |
| 134 | return "Container " + getCanonicalContainerName(ctr) |
no outgoing calls
no test coverage detected