forked from TrueCloudLab/frostfs-node
[#1131] *: Adopt SDK changes
`object.Address` has been moved to `object/address` `object.ID` has been moved to `object/id` Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
1c821d6c36
commit
1667ec9e6d
139 changed files with 652 additions and 562 deletions
|
@ -9,6 +9,7 @@ import (
|
|||
"github.com/nspcc-dev/neofs-node/pkg/core/object"
|
||||
"github.com/nspcc-dev/neofs-sdk-go/checksum"
|
||||
objectSDK "github.com/nspcc-dev/neofs-sdk-go/object"
|
||||
oidSDK "github.com/nspcc-dev/neofs-sdk-go/object/id"
|
||||
"github.com/nspcc-dev/tzhash/tz"
|
||||
)
|
||||
|
||||
|
@ -23,7 +24,7 @@ type payloadSizeLimiter struct {
|
|||
|
||||
currentHashers, parentHashers []*payloadChecksumHasher
|
||||
|
||||
previous []*objectSDK.ID
|
||||
previous []*oidSDK.ID
|
||||
|
||||
chunkWriter io.Writer
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue