forked from TrueCloudLab/frostfs-api-go
[#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:
parent
4fe42ac4ad
commit
0803bc6ded
5 changed files with 103 additions and 83 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue