mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-31 17:28:12 +00:00
refactor: narrow startup and ecstore root facades (#3679)
* refactor: narrow startup owner visibility * refactor: prune remaining ecstore root facades
This commit is contained in:
@@ -17,8 +17,8 @@ extern crate core;
|
||||
|
||||
mod admin_server_info;
|
||||
pub mod api;
|
||||
pub mod batch_processor;
|
||||
pub mod bitrot;
|
||||
mod batch_processor;
|
||||
mod bitrot;
|
||||
mod bucket;
|
||||
mod cache_value;
|
||||
mod compress;
|
||||
@@ -28,13 +28,13 @@ mod data_usage;
|
||||
mod disk;
|
||||
mod disks_layout;
|
||||
mod endpoints;
|
||||
pub mod erasure_coding;
|
||||
mod erasure_coding;
|
||||
mod error;
|
||||
mod global;
|
||||
pub(crate) mod layout;
|
||||
mod metrics_realtime;
|
||||
mod notification_sys;
|
||||
pub mod object_api;
|
||||
mod object_api;
|
||||
mod pools;
|
||||
mod rebalance;
|
||||
mod rio;
|
||||
@@ -44,12 +44,12 @@ mod sets;
|
||||
mod storage_api_contracts;
|
||||
mod store;
|
||||
mod store_init;
|
||||
pub mod store_list_objects;
|
||||
mod store_list_objects;
|
||||
mod store_utils;
|
||||
|
||||
// pub mod checksum;
|
||||
mod client;
|
||||
pub mod event;
|
||||
mod event;
|
||||
mod event_notification;
|
||||
#[cfg(test)]
|
||||
mod pools_test;
|
||||
|
||||
Reference in New Issue
Block a user