pub async fn dispatch(cmd: OperatorCommand) -> Result<()>Expand description
Dispatch an OperatorCommand against real stores. The binary in
main.rs calls this, tests skip it and drive the run_*
functions directly.
pub async fn dispatch(cmd: OperatorCommand) -> Result<()>Dispatch an OperatorCommand against real stores. The binary in
main.rs calls this, tests skip it and drive the run_*
functions directly.