server: split off varlink-related code to separate module
Build and test / check (push) Failing after 40s
Build and test / build (push) Successful in 1m37s
Build and test / test (push) Successful in 1m56s
Build and test / docs (push) Successful in 3m47s

This commit is contained in:
2026-01-09 04:47:19 +09:00
parent def1ff330c
commit dfa0f5a406
6 changed files with 127 additions and 112 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ use anyhow::Context;
use chrono::{Duration, Utc};
use clap::Parser;
use roowho2_lib::{proto::WhodStatusUpdate, server::rwhod::RwhodClientProxy};
use roowho2_lib::{proto::WhodStatusUpdate, server::varlink_api::RwhodClientProxy};
/// Show host status of local machines.
///