server/varlink_api: prefix all types with Varlink
Build and test / build (push) Successful in 1m42s
Build and test / check (push) Successful in 1m44s
Build and test / test (push) Successful in 1m53s
Build and test / docs (push) Successful in 2m58s

This commit is contained in:
2026-01-31 13:10:24 +09:00
parent de296f20d9
commit 178c7314a4
3 changed files with 51 additions and 44 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use chrono::{Duration, Utc};
use clap::{CommandFactory, Parser};
use clap_complete::{Shell, generate};
use roowho2_lib::{proto::WhodStatusUpdate, server::varlink_api::RwhodClientProxy};
use roowho2_lib::{proto::WhodStatusUpdate, server::varlink_api::VarlinkRwhodClientProxy};
/// Show host status of local machines.
///