Function start_server

Source
pub async fn start_server(
    registry: Arc<ProviderRegistry>,
    router: Arc<Router>,
    event_registry: Arc<EventRegistry>,
    config: ServerConfig,
) -> Result<(), Box<dyn Error>>
Expand description

Start the API server