forked from TrueCloudLab/frostfs-api-go
[#209] v2/object: Recompile GRPC files and add SplitID setter
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
ee0484acd9
commit
d441193952
5 changed files with 7 additions and 0 deletions
BIN
v2/acl/grpc/types.pb.go
generated
BIN
v2/acl/grpc/types.pb.go
generated
Binary file not shown.
BIN
v2/object/grpc/service.pb.go
generated
BIN
v2/object/grpc/service.pb.go
generated
Binary file not shown.
|
@ -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.
|
// SetContainerId sets identifier of the container.
|
||||||
func (m *Header) SetContainerId(v *refs.ContainerID) {
|
func (m *Header) SetContainerId(v *refs.ContainerID) {
|
||||||
if m != nil {
|
if m != nil {
|
||||||
|
|
BIN
v2/object/grpc/types.pb.go
generated
BIN
v2/object/grpc/types.pb.go
generated
Binary file not shown.
BIN
v2/session/grpc/types.pb.go
generated
BIN
v2/session/grpc/types.pb.go
generated
Binary file not shown.
Loading…
Reference in a new issue