start_api_server

Function start_api_server 

Source
pub async fn start_api_server(
    storage: Arc<Storage>,
    audit: Arc<Audit>,
) -> Result<()>
Expand description

Starts the API servers (gRPC + HTTP) backed by the provided storage handle.