forked from TrueCloudLab/frostfs-api-go
[#259] v2/signature: Support NetworkInfo request/response messages
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
8529aa2a93
commit
e2b0887be9
1 changed files with 4 additions and 0 deletions
|
@ -370,5 +370,9 @@ func serviceMessageBody(req interface{}) stableMarshaler {
|
|||
return v.GetBody()
|
||||
case *netmap.LocalNodeInfoResponse:
|
||||
return v.GetBody()
|
||||
case *netmap.NetworkInfoRequest:
|
||||
return v.GetBody()
|
||||
case *netmap.NetworkInfoResponse:
|
||||
return v.GetBody()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue