mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-31 09:18:28 +00:00
refactor(replication): extract resync contracts crate (#4154)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user