[#45] api-go: Add PutSingle request wrappers

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
Dmitrii Stepanov 2023-06-30 15:00:51 +03:00
parent b17995a238
commit 2cb57a8835
6 changed files with 157 additions and 0 deletions

View file

@ -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: