mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 21:26:28 +00:00
refactor: route ecstore runtime globals through facade (#3941)
This commit is contained in:
@@ -120,6 +120,13 @@ pub mod global {
|
||||
};
|
||||
}
|
||||
|
||||
pub mod runtime {
|
||||
pub use crate::runtime::sources::{
|
||||
bucket_monitor, first_cluster_node_is_local, global_tier_config_mgr, local_disk_map_read, object_store_handle,
|
||||
setup_is_erasure, setup_is_erasure_sd,
|
||||
};
|
||||
}
|
||||
|
||||
pub mod layout {
|
||||
pub use crate::layout::disks_layout::DisksLayout;
|
||||
pub use crate::layout::endpoints::{EndpointServerPools, Endpoints, PoolEndpoints, SetupType};
|
||||
|
||||
Reference in New Issue
Block a user