forked from TrueCloudLab/frostfs-node
[#506] container: Use user.ID in DeletionInfo response
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
8088063195
commit
f04806ccd3
2 changed files with 10 additions and 2 deletions
|
@ -6,6 +6,7 @@ import (
|
|||
frostfscrypto "git.frostfs.info/TrueCloudLab/frostfs-sdk-go/crypto"
|
||||
"git.frostfs.info/TrueCloudLab/frostfs-sdk-go/eacl"
|
||||
"git.frostfs.info/TrueCloudLab/frostfs-sdk-go/session"
|
||||
"git.frostfs.info/TrueCloudLab/frostfs-sdk-go/user"
|
||||
policyengine "git.frostfs.info/TrueCloudLab/policy-engine"
|
||||
)
|
||||
|
||||
|
@ -24,7 +25,7 @@ type Container struct {
|
|||
// DelInfo contains info about removed container.
|
||||
type DelInfo struct {
|
||||
// Container owner.
|
||||
Owner []byte
|
||||
Owner user.ID
|
||||
|
||||
// Epoch indicates when the container was removed.
|
||||
Epoch int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue