mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-18 10:43:15 +00:00
refactor: segment residual storage api boundaries (#3905)
This commit is contained in:
@@ -41,3 +41,9 @@ pub(crate) async fn save_notify_server_config(
|
||||
.await
|
||||
.map_err(|err| err.to_string())
|
||||
}
|
||||
|
||||
pub(crate) mod crate_boundary {
|
||||
pub(crate) use super::{
|
||||
read_notify_server_config_without_migrate, resolve_notify_object_store_handle, save_notify_server_config,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user