refactor: tighten storage compat store_api aliases (#3582)

* refactor: collapse storage compat store_api modules

* chore: guard storage compat store_api aliases
This commit is contained in:
安正超
2026-06-18 22:50:02 +08:00
committed by GitHub
parent c28fee0013
commit 205f964dc5
10 changed files with 119 additions and 66 deletions
+1 -5
View File
@@ -14,10 +14,6 @@
pub(crate) mod ecstore {
pub(crate) use rustfs_ecstore::{config, global};
pub(crate) mod store_api {
pub(crate) use rustfs_ecstore::store_api::ObjectInfo;
}
}
pub type NotifyObjectInfo = ecstore::store_api::ObjectInfo;
pub type NotifyObjectInfo = rustfs_ecstore::store_api::ObjectInfo;