pub(crate) fn runner(config_file: &str, auth: AuthOptions<'_>) -> !Expand description
One lifecycle step for an orchestrator adapter.
The adapter supplies its own wire format and its namespace; every
decision that is about the lifecycle rather than the orchestrator is
made in choir_cli::runner, where it is unit-tested. This function
is the I/O around those decisions and deliberately holds none of them.