Skip to main content

dispatch

Function dispatch 

Source
pub async fn dispatch(
    node: &mut Node,
    command: &str,
    params: Option<&Value>,
) -> Response
Expand description

Dispatch a mutating command to the appropriate handler.