Skip to main content

build_router

Function build_router 

Source
pub fn build_router(
    did: String,
    feeds: HashMap<String, (FeedConfig, FeedHandler)>,
) -> Router<AppState>
Expand description

Build the feed generator router with describeFeedGenerator and getFeedSkeleton XRPC endpoints.