mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-04 19:25:40 +00:00
refactor(replication): isolate resync boundary adapters (#4215)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
use super::BucketReplicationResyncStatus;
|
||||
use super::replication_error_boundary::Result;
|
||||
use super::replication_resyncer::{decode_resync_file, encode_resync_file};
|
||||
use super::replication_resync_boundary::{decode_resync_file, encode_resync_file};
|
||||
|
||||
pub(crate) struct ReplicationMigrationBridge;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user