(routeGUID, appGUID string)
| 26 | CreateInSpace(host, path, domainGUID, spaceGUID string, port int, randomPort bool) (createdRoute models.Route, apiErr error) |
| 27 | Bind(routeGUID, appGUID string) (apiErr error) |
| 28 | Unbind(routeGUID, appGUID string) (apiErr error) |
| 29 | Delete(routeGUID string) (apiErr error) |
| 30 | } |
| 31 |
no outgoing calls
no test coverage detected