pub fn nest_endhost_api(
base_router: Router,
underlay_service: Arc<dyn UnderlayDiscovery>,
path_service: Arc<dyn PathDiscovery>,
) -> RouterExpand description
Nests the endhost API routes into the provided base_router.
pub fn nest_endhost_api(
base_router: Router,
underlay_service: Arc<dyn UnderlayDiscovery>,
path_service: Arc<dyn PathDiscovery>,
) -> RouterNests the endhost API routes into the provided base_router.