(repo RouteRepository)
| 258 | } |
| 259 | |
| 260 | func (locator RepositoryLocator) SetRouteRepository(repo RouteRepository) RepositoryLocator { |
| 261 | locator.routeRepo = repo |
| 262 | return locator |
| 263 | } |
| 264 | |
| 265 | func (locator RepositoryLocator) GetRoutingAPIRepository() RoutingAPIRepository { |
| 266 | return locator.routingAPIRepo |
no outgoing calls
no test coverage detected