Skip to main content

SharedRouteTable

Type Alias SharedRouteTable 

Source
pub type SharedRouteTable = Arc<RwLock<HashMap<String, Vec<RouteTarget>>>>;
Expand description

Shared route table type, compatible with orca_proxy::run_proxy.

Aliased Typeยง

pub struct SharedRouteTable { /* private fields */ }