forked from TrueCloudLab/frostfs-node
[#37] Implement container related morph wrapper functions
Container get wrapper implements container.Source interface so it can be used in object service as container storage. Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
d6a9c06c25
commit
14f85184ab
2 changed files with 124 additions and 18 deletions
|
@ -10,10 +10,6 @@ import (
|
|||
// github.com/nspcc-dev/neofs-node/pkg/morph/client/container.Client.
|
||||
type Client = container.Client
|
||||
|
||||
// CID represents the container identifier.
|
||||
// FIXME: correct the definition.
|
||||
type CID struct{}
|
||||
|
||||
// Wrapper is a wrapper over container contract
|
||||
// client which implements container storage and
|
||||
// eACL storage methods.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue