(route resources.Route)
| 90 | GetAppSummariesForSpace(spaceGUID string, labels string, omitStats bool) ([]v7action.ApplicationSummary, v7action.Warnings, error) |
| 91 | GetApplicationByNameAndSpace(appName string, spaceGUID string) (resources.Application, v7action.Warnings, error) |
| 92 | GetApplicationMapForRoute(route resources.Route) (map[string]resources.Application, v7action.Warnings, error) |
| 93 | GetApplicationsByGUIDs(appGUIDs []string) ([]resources.Application, v7action.Warnings, error) |
| 94 | GetApplicationDroplets(appName string, spaceGUID string) ([]resources.Droplet, v7action.Warnings, error) |
| 95 | GetApplicationLabels(appName string, spaceGUID string) (map[string]types.NullString, v7action.Warnings, error) |
no outgoing calls
no test coverage detected