[#475] Add extra attributes to partInfo

Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
Denis Kirillov 2022-05-31 15:38:06 +03:00 committed by Alex Vanin
parent 5b9a5cadef
commit 9b1ccd39be
5 changed files with 65 additions and 62 deletions

View file

@ -61,6 +61,9 @@ type PartInfo struct {
UploadID string
Number int
OID oid.ID
Size int64
ETag string
Created time.Time
}
// LockInfo is lock information to create appropriate tree node.