refactor: use relative standalone compat consumers (#3734)

This commit is contained in:
安正超
2026-06-22 15:07:58 +08:00
committed by GitHub
parent 7d81183cf1
commit cca9e83a8b
19 changed files with 81 additions and 46 deletions
@@ -13,9 +13,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
use super::super::storage_compat::{VolumeInfo, WalkDirOptions};
use super::super::storage_compat::{gen_tonic_signature_interceptor, node_service_time_out_client};
use crate::common::workspace_root;
use crate::storage_compat::{VolumeInfo, WalkDirOptions};
use crate::storage_compat::{gen_tonic_signature_interceptor, node_service_time_out_client};
use futures::future::join_all;
use rmp_serde::{Deserializer, Serializer};
use rustfs_filemeta::{MetaCacheEntry, MetacacheReader, MetacacheWriter};