Skip to main content

run

Function run 

Source
pub async fn run(db_path: &str, addr: SocketAddr) -> Result<()>
Expand description

Run the envoy server. Opens (or creates) the database at db_path and starts the HTTP server on addr.