[#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:
Alex Vanin 2020-09-22 16:53:33 +03:00
parent d6a9c06c25
commit 14f85184ab
2 changed files with 124 additions and 18 deletions

View file

@ -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.