mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-31 17:28:12 +00:00
refactor: consolidate ecstore owner module layout (#3934)
* refactor: shrink ecstore root owner facades * refactor: remove ecstore core store root shims * refactor: move ecstore erasure owner modules * refactor: remove ecstore root rpc facade * refactor: move ecstore services domain modules
This commit is contained in:
@@ -20,8 +20,8 @@ use crate::storage_api_contracts::topology::{
|
||||
};
|
||||
|
||||
use crate::{
|
||||
endpoints::EndpointServerPools,
|
||||
layout::endpoint::{Endpoint, EndpointType},
|
||||
layout::endpoints::EndpointServerPools,
|
||||
};
|
||||
|
||||
const ENDPOINT_TYPE_LABEL: &str = "endpoint_type";
|
||||
@@ -434,7 +434,7 @@ mod tests {
|
||||
use super::*;
|
||||
use std::collections::BTreeSet;
|
||||
|
||||
use crate::endpoints::{Endpoints, PoolEndpoints};
|
||||
use crate::layout::endpoints::{Endpoints, PoolEndpoints};
|
||||
|
||||
#[test]
|
||||
fn topology_snapshot_maps_endpoint_sets_without_local_paths() {
|
||||
|
||||
Reference in New Issue
Block a user