(appName string, spaceGUID string)
| 140 | GetRootResponse() (v7action.Root, v7action.Warnings, error) |
| 141 | GetRevisionByApplicationAndVersion(appGUID string, revisionVersion int) (resources.Revision, v7action.Warnings, error) |
| 142 | GetRevisionsByApplicationNameAndSpace(appName string, spaceGUID string) ([]resources.Revision, v7action.Warnings, error) |
| 143 | GetRouteByAttributes(domain resources.Domain, hostname string, path string, port int) (resources.Route, v7action.Warnings, error) |
| 144 | GetRouteDestinationByAppGUID(route resources.Route, appGUID string) (resources.RouteDestination, error) |
| 145 | GetRouteLabels(routeName string, spaceGUID string) (map[string]types.NullString, v7action.Warnings, error) |
no outgoing calls
no test coverage detected