(repo RoutingAPIRepository)
| 267 | } |
| 268 | |
| 269 | func (locator RepositoryLocator) SetRoutingAPIRepository(repo RoutingAPIRepository) RepositoryLocator { |
| 270 | locator.routingAPIRepo = repo |
| 271 | return locator |
| 272 | } |
| 273 | |
| 274 | func (locator RepositoryLocator) GetRouteRepository() RouteRepository { |
| 275 | return locator.routeRepo |
no outgoing calls
no test coverage detected