forked from TrueCloudLab/frostfs-s3-gw
[#569] Support context cancellation in tree node streaming
Signed-off-by: Nikita Zinkevich <n.zinkevich@yadro.com>
This commit is contained in:
parent
16eb289929
commit
d46f1d3bfa
5 changed files with 105 additions and 15 deletions
|
@ -62,7 +62,7 @@ func (e ExtendedObjectInfo) Version() string {
|
|||
// Basically used for "system" object.
|
||||
type BaseNodeVersion struct {
|
||||
ID uint64
|
||||
ParenID uint64
|
||||
ParentID uint64
|
||||
OID oid.ID
|
||||
Timestamp uint64
|
||||
Size uint64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue