forked from TrueCloudLab/frostfs-api-go
[#45] api-go: Add PutSingle request wrappers
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
b17995a238
commit
2cb57a8835
6 changed files with 157 additions and 0 deletions
|
@ -87,6 +87,8 @@ func serviceMessageBody(req any) stableMarshaler {
|
|||
return v.GetBody()
|
||||
case *object.GetRangeHashResponse:
|
||||
return v.GetBody()
|
||||
case *object.PutSingleRequest:
|
||||
return v.GetBody()
|
||||
|
||||
/* Netmap */
|
||||
case *netmap.LocalNodeInfoRequest:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue