forked from TrueCloudLab/frostfs-node
[#1628] node: Move common EACLSource
interface to core
pkg
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
4afb928ab6
commit
4f18893d9b
7 changed files with 21 additions and 31 deletions
|
@ -40,7 +40,6 @@ import (
|
|||
"github.com/nspcc-dev/neofs-node/pkg/network"
|
||||
"github.com/nspcc-dev/neofs-node/pkg/network/cache"
|
||||
"github.com/nspcc-dev/neofs-node/pkg/services/control"
|
||||
"github.com/nspcc-dev/neofs-node/pkg/services/object/acl/eacl"
|
||||
getsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/get"
|
||||
"github.com/nspcc-dev/neofs-node/pkg/services/object_manager/tombstone"
|
||||
tsourse "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/tombstone/source"
|
||||
|
@ -195,7 +194,7 @@ type cfgObject struct {
|
|||
|
||||
cnrSource container.Source
|
||||
|
||||
eaclSource eacl.Source
|
||||
eaclSource container.EACLSource
|
||||
|
||||
pool cfgObjectRoutines
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue