[#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:
parent
003b7fdfdd
commit
14dc76898e
4 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue