package container import ( "github.com/nspcc-dev/neofs-api-go/container" "github.com/nspcc-dev/neofs-api-go/refs" ) // Container is a type alias of Container. type Container = container.Container // CID is a type alias of CID. type CID = refs.CID // OwnerID is a type alias of OwnerID. type OwnerID = refs.OwnerID