refactor: use canonical Rust module paths (#4269)

This commit is contained in:
Zhengchao An
2026-07-05 03:01:14 +08:00
committed by GitHub
parent 55ad8df1c2
commit a6b3e4f5d6
25 changed files with 64 additions and 119 deletions
-6
View File
@@ -154,17 +154,11 @@ fn ensure_rpc_decommission_local_leader(store: &ECStore, idx: usize) -> StorageR
Ok(())
}
#[path = "bucket.rs"]
mod bucket;
#[path = "disk.rs"]
mod disk;
#[path = "event.rs"]
mod event;
#[path = "health.rs"]
mod health;
#[path = "lock.rs"]
mod lock;
#[path = "metrics.rs"]
mod metrics;
pub struct NodeService {