This commit is contained in:
Pavel Gross 2024-11-12 00:31:50 +03:00
parent f0446d408b
commit 5ffab67bfe
6 changed files with 9 additions and 8 deletions

View file

@ -3,8 +3,8 @@ using System.Collections.Generic;
using System.Net.Http;
using System.Threading.Tasks;
using Frostfs.Proto.Ape;
using Frostfs.Proto.Apemanager;
using Frostfs.V2.Ape;
using Frostfs.V2.Apemanager;
using FrostFS.Accounting;
using FrostFS.Container;

View file

@ -2,7 +2,8 @@ using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Frostfs.Proto.Ape;
using Frostfs.V2.Ape;
namespace FrostFS.SDK.Client.Interfaces;
public interface IFrostFSClient : IDisposable

View file

@ -1,6 +1,6 @@
using System;
using Frostfs.Proto.Ape;
using Frostfs.V2.Ape;
namespace FrostFS.SDK.Client;

View file

@ -5,7 +5,7 @@ using System.Security.Cryptography;
using System.Threading;
using System.Threading.Tasks;
using Frostfs.Proto.Ape;
using Frostfs.V2.Ape;
using FrostFS.Refs;
using FrostFS.SDK.Client.Interfaces;

View file

@ -1,8 +1,8 @@
using System;
using System.Threading.Tasks;
using Frostfs.Proto.Ape;
using Frostfs.Proto.Apemanager;
using Frostfs.V2.Ape;
using Frostfs.V2.Apemanager;
namespace FrostFS.SDK.Client.Services;

View file

@ -3,7 +3,7 @@ using FrostFS.Session;
using Google.Protobuf;
namespace Frostfs.Proto.Apemanager;
namespace Frostfs.V2.Apemanager;
public partial class AddChainRequest : IRequest
{