(hostname string, domain models.DomainFields, path string, port int, useRandomPort bool)
| 20 | type RouteActor interface { |
| 21 | CreateRandomTCPRoute(domain models.DomainFields) (models.Route, error) |
| 22 | FindOrCreateRoute(hostname string, domain models.DomainFields, path string, port int, useRandomPort bool) (models.Route, error) |
| 23 | BindRoute(app models.Application, route models.Route) error |
| 24 | UnbindAll(app models.Application) error |
| 25 | FindDomain(routeName string) (string, models.DomainFields, error) |
no outgoing calls
no test coverage detected