()
| 299 | } |
| 300 | |
| 301 | func (locator RepositoryLocator) GetServiceKeyRepository() ServiceKeyRepository { |
| 302 | return locator.serviceKeyRepo |
| 303 | } |
| 304 | |
| 305 | func (locator RepositoryLocator) SetRouteServiceBindingRepository(repo RouteServiceBindingRepository) RepositoryLocator { |
| 306 | locator.routeServiceBindingRepo = repo |
no outgoing calls
no test coverage detected