Skip to main content

run

Function run 

Source
pub async fn run(
    addr: &str,
    kg: Arc<GraphHandle>,
    auth_token: Option<Arc<str>>,
) -> Result<()>
Expand description

Bind addr and serve the HTTP transport until the process is killed.