refactor(replication): isolate resync boundary adapters (#4215)

This commit is contained in:
Zhengchao An
2026-07-03 08:59:42 +08:00
committed by GitHub
parent 38cdbf3939
commit 48b70f6e4f
8 changed files with 99 additions and 49 deletions
@@ -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;