refactor(ecstore): route replication filemeta contracts (#4122)

This commit is contained in:
Zhengchao An
2026-07-01 01:01:01 +08:00
committed by GitHub
parent 942a8b505d
commit e917f1f4be
9 changed files with 62 additions and 28 deletions
@@ -12,9 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
use super::replication_filemeta_boundary::{ReplicatedTargetInfo, ReplicationStatusType, ReplicationType};
use super::runtime_boundary as runtime_sources;
use crate::error::Error;
use rustfs_filemeta::{ReplicatedTargetInfo, ReplicationStatusType, ReplicationType};
use serde::{Deserialize, Serialize};
use std::collections::{HashMap, VecDeque};
use std::sync::Arc;