refactor: prune root runtime compat re-exports (#3694)

This commit is contained in:
安正超
2026-06-21 18:42:25 +08:00
committed by GitHub
parent 0cf9d07e40
commit 48ed331fc8
6 changed files with 255 additions and 52 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ pub mod global {
pub mod layout {
pub use crate::disks_layout::DisksLayout;
pub use crate::endpoints::{EndpointServerPools, Endpoints, PoolEndpoints};
pub use crate::endpoints::{EndpointServerPools, Endpoints, PoolEndpoints, SetupType};
}
pub mod metrics {