[#209] v2/object: Recompile GRPC files and add SplitID setter

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2020-11-24 20:12:45 +03:00 committed by Alex Vanin
parent ee0484acd9
commit d441193952
5 changed files with 7 additions and 0 deletions

BIN
v2/acl/grpc/types.pb.go generated

Binary file not shown.

Binary file not shown.

View file

@ -54,6 +54,13 @@ func (m *Header_Split) SetChildren(v []*refs.ObjectID) {
}
}
// SetSplitID sets split ID of the object.
func (m *Header_Split) SetSplitId(v []byte) {
if m != nil {
m.SplitId = v
}
}
// SetContainerId sets identifier of the container.
func (m *Header) SetContainerId(v *refs.ContainerID) {
if m != nil {

Binary file not shown.

Binary file not shown.