forked from TrueCloudLab/frostfs-api-go
[#274] reputation: Recompile proto files
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
5a507e0d1b
commit
1076478b29
2 changed files with 7 additions and 0 deletions
|
@ -60,6 +60,13 @@ func (x *SendLocalTrustResponse) SetVerifyHeader(v *session.ResponseVerification
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SetEpoch sets epoch in which the intermediate trust was assessed.
|
||||||
|
func (x *SendIntermediateResultRequest_Body) SetEpoch(v uint64) {
|
||||||
|
if x != nil {
|
||||||
|
x.Epoch = v
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// SetIteration sets sequence number of the iteration.
|
// SetIteration sets sequence number of the iteration.
|
||||||
func (x *SendIntermediateResultRequest_Body) SetIteration(v uint32) {
|
func (x *SendIntermediateResultRequest_Body) SetIteration(v uint32) {
|
||||||
if x != nil {
|
if x != nil {
|
||||||
|
|
BIN
v2/reputation/grpc/service.pb.go
generated
BIN
v2/reputation/grpc/service.pb.go
generated
Binary file not shown.
Loading…
Reference in a new issue