[#83] object: Regenerate protobufs for ECHeader

* Fix marshalers and converters;
* Fix unit-tests.

Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
This commit is contained in:
Airat Arifullin 2024-05-16 12:03:42 +03:00
parent 4fe42ac4ad
commit 0803bc6ded
5 changed files with 103 additions and 83 deletions

View file

@ -40,13 +40,13 @@ type SplitHeader struct {
}
type ECHeader struct {
Parent *refs.ObjectID
ParentSplitID []byte
ParentSplitIndex uint32
Index uint32
Total uint32
Header []byte
HeaderLength uint32
Parent *refs.ObjectID
ParentSplitID []byte
ParentSplitParentID *refs.ObjectID
Index uint32
Total uint32
Header []byte
HeaderLength uint32
}
type Header struct {