(hostName string, path string, port int, randomPort bool, domain models.DomainFields, space models.SpaceFields)
| 17 | |
| 18 | type Creator interface { |
| 19 | CreateRoute(hostName string, path string, port int, randomPort bool, domain models.DomainFields, space models.SpaceFields) (route models.Route, apiErr error) |
| 20 | } |
| 21 | |
| 22 | type CreateRoute struct { |
no outgoing calls
no test coverage detected