refactor(replication): extract resync contracts crate (#4154)

This commit is contained in:
Zhengchao An
2026-07-02 01:30:01 +08:00
committed by GitHub
parent 00e93f8267
commit e80391f1aa
14 changed files with 659 additions and 303 deletions
@@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
use super::BucketReplicationResyncStatus;
use super::replication_error_boundary::Result;
use super::replication_resyncer::{BucketReplicationResyncStatus, decode_resync_file, encode_resync_file};
use super::replication_resyncer::{decode_resync_file, encode_resync_file};
pub(crate) struct ReplicationMigrationBridge;