(
gsettings: &GlobalSettings,
opts: WorkerStartOpts,
)
| 223 | } |
| 224 | |
| 225 | async fn command_worker_start( |
| 226 | gsettings: &GlobalSettings, |
| 227 | opts: WorkerStartOpts, |
| 228 | ) -> anyhow::Result<()> { |
| 229 | start_hq_worker(gsettings, opts).await |
| 230 | } |
| 231 | |
| 232 | async fn command_worker_stop( |
| 233 | gsettings: &GlobalSettings, |
no test coverage detected