forked from TrueCloudLab/frostfs-api-go
[#265] v2/signature: Support SendIntermediateResult request and response
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
ccae5a40ba
commit
35567afd11
1 changed files with 4 additions and 0 deletions
|
@ -381,5 +381,9 @@ func serviceMessageBody(req interface{}) stableMarshaler {
|
||||||
return v.GetBody()
|
return v.GetBody()
|
||||||
case *reputation.SendLocalTrustResponse:
|
case *reputation.SendLocalTrustResponse:
|
||||||
return v.GetBody()
|
return v.GetBody()
|
||||||
|
case *reputation.SendIntermediateResultRequest:
|
||||||
|
return v.GetBody()
|
||||||
|
case *reputation.SendIntermediateResultResponse:
|
||||||
|
return v.GetBody()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue