refactor: consolidate ecstore public facade (#3678)

* refactor: expand ecstore compatibility facade

* test: enforce ecstore api facade imports

* refactor: hide legacy ecstore layout modules

* refactor: hide ecstore facade root modules
This commit is contained in:
安正超
2026-06-21 09:09:11 +08:00
committed by GitHub
parent 77e005ee98
commit 0985225448
32 changed files with 498 additions and 252 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
// limitations under the License.
use rustfs_config::server_config::Config;
use rustfs_ecstore::{config, global};
use rustfs_ecstore::api::{config, global};
#[derive(Debug)]
pub(crate) enum NotifyConfigStoreError {