[#XX] signature: Add Patch messages to serviceMessageBody
Some checks failed
Tests and linters / Tests (1.19) (pull_request) Successful in 44s
DCO action / DCO (pull_request) Failing after 53s
Tests and linters / Lint (pull_request) Successful in 56s
Tests and linters / Tests with -race (pull_request) Successful in 1m8s
Tests and linters / Tests (1.20) (pull_request) Successful in 1m43s
Some checks failed
Tests and linters / Tests (1.19) (pull_request) Successful in 44s
DCO action / DCO (pull_request) Failing after 53s
Tests and linters / Lint (pull_request) Successful in 56s
Tests and linters / Tests with -race (pull_request) Successful in 1m8s
Tests and linters / Tests (1.20) (pull_request) Successful in 1m43s
Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
This commit is contained in:
parent
df4c3ad501
commit
5d7f41b104
1 changed files with 4 additions and 0 deletions
|
@ -84,6 +84,10 @@ func serviceMessageBody(req any) stableMarshaler {
|
||||||
return v.GetBody()
|
return v.GetBody()
|
||||||
case *object.PutSingleResponse:
|
case *object.PutSingleResponse:
|
||||||
return v.GetBody()
|
return v.GetBody()
|
||||||
|
case *object.PatchRequest:
|
||||||
|
return v.GetBody()
|
||||||
|
case *object.PatchResponse:
|
||||||
|
return v.GetBody()
|
||||||
|
|
||||||
/* Netmap */
|
/* Netmap */
|
||||||
case *netmap.LocalNodeInfoRequest:
|
case *netmap.LocalNodeInfoRequest:
|
||||||
|
|
Loading…
Reference in a new issue