Skip to main content

restore_run_execute_with_executor

Function restore_run_execute_with_executor 

Source
pub fn restore_run_execute_with_executor(
    config: &RestoreRunnerConfig,
    executor: &mut impl RestoreRunnerCommandExecutor,
) -> Result<RestoreRunResponse, RestoreRunnerError>
Expand description

Execute ready restore apply journal operations through an injected command executor.