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
pub async fn start_server(
registry: Arc<ProviderRegistry>,
router: Arc<Router>,
event_registry: Arc<EventRegistry>,
config: ServerConfig,
) -> Result<(), Box<dyn Error>>
Start the API server