Versions in this module Expand all Collapse all v1 v1.2.1 Aug 20, 2020 v1.2.0 Aug 20, 2020 Changes in this version + const AccessdDefaultType + const AccessdTableBlobstore + type AccessdStorage interface + DeleteACL func(id *protos.Identity) error + GetACL func(id *protos.Identity) (*accessprotos.AccessControl_List, error) + GetManyACL func(id []*protos.Identity) ([]*accessprotos.AccessControl_List, error) + ListAllIdentity func() ([]*protos.Identity, error) + PutACL func(id *protos.Identity, acl *accessprotos.AccessControl_List) error + UpdateACLWithEntities func(id *protos.Identity, entities []*accessprotos.AccessControl_Entity) error + func NewAccessdBlobstore(factory blobstore.BlobStorageFactory) AccessdStorage