v2
This commit is contained in:
parent
f0446d408b
commit
5ffab67bfe
6 changed files with 9 additions and 8 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
using System;
|
||||
|
||||
using Frostfs.Proto.Ape;
|
||||
using Frostfs.V2.Ape;
|
||||
|
||||
namespace FrostFS.SDK.Client;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ using FrostFS.Session;
|
|||
|
||||
using Google.Protobuf;
|
||||
|
||||
namespace Frostfs.Proto.Apemanager;
|
||||
namespace Frostfs.V2.Apemanager;
|
||||
|
||||
public partial class AddChainRequest : IRequest
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue