[#25] Client: Implement Patch and Range methods #32

Open
PavelGrossSpb wants to merge 2 commits from PavelGrossSpb/frostfs-sdk-csharp:misc/patch into master
Member

Signed-off-by: Pavel Gross p.gross@yadro.com

Signed-off-by: Pavel Gross <p.gross@yadro.com>
PavelGrossSpb added 1 commit 2024-11-08 07:40:33 +00:00
[#25] Client: Implement Patch and Range methods
All checks were successful
DCO / DCO (pull_request) Successful in 47s
003b7fdfdd
Signed-off-by: Pavel Gross <p.gross@yadro.com>
PavelGrossSpb requested review from orikik 2024-11-08 07:40:52 +00:00
PavelGrossSpb requested review from dstepanov-yadro 2024-11-08 07:41:09 +00:00
dstepanov-yadro reviewed 2024-11-13 08:56:36 +00:00
@ -288,0 +294,4 @@
return service.GetRangeAsync(args);
}
public Task<IEnumerable<ReadOnlyMemory<byte>>> GetRangeHashAsync(PrmRangeHashGet args)

I think it's better to replace IEnumerable<ReadOnlyMemory<byte>> with a specific type.

I think it's better to replace `IEnumerable<ReadOnlyMemory<byte>>` with a specific type.
Author
Member

Done

Done
PavelGrossSpb added 1 commit 2024-11-14 08:24:36 +00:00
[#25] Client Implement PAtch and Range methods
All checks were successful
DCO / DCO (pull_request) Successful in 47s
14dc76898e
Fix the specific type in interfaces

Signed-off-by: Pavel Gross <p.gross@yadro.com>
All checks were successful
DCO / DCO (pull_request) Successful in 47s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u misc/patch:PavelGrossSpb-misc/patch
git checkout PavelGrossSpb-misc/patch
Sign in to join this conversation.
No description provided.