Skip to main content

get_app_server

Function get_app_server 

Source
pub async fn get_app_server<P: AsRef<Path>>(
    node_id: u64,
    db_path: P,
) -> Result<Router, StoreError>
Expand description

Build a tonic Server instance for the raft instance.