[#25] Client Implement PAtch and Range methods

Fix the specific type in interfaces

Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
Pavel Gross 2024-11-14 11:24:14 +03:00
parent 003b7fdfdd
commit 14dc76898e
4 changed files with 5 additions and 5 deletions

View file

@ -738,7 +738,7 @@ public partial class Pool : IFrostFSClient
return await client.Client!.GetRangeAsync(args).ConfigureAwait(false);
}
public async Task<IEnumerable<ReadOnlyMemory<byte>>> GetRangeHashAsync(PrmRangeHashGet args)
public async Task<ReadOnlyMemory<byte>[]> GetRangeHashAsync(PrmRangeHashGet args)
{
if (args is null)
{