# Functions
ACLSecurityDynamoRepoExtender extends the given backends.Repository as ACLRepository.
ACLSecurityMongoRepoExtender extends the incomping backends.Repository and wraps it in ACLSecurityMongoRepo.
WrapBackendManager wraps an existing backends.BackendManager into an ExtendedBackendManager.
# Structs
ACLSecurityDynamoRepo is Dunamodb based extended implemetation for a backends.Repository.
ACLSecurityMongoRepo extends the backends.Repository and implements ACLRepository.
ExtendedBackend wraps a backends.Backend and adds capabilities for creating repositories with extended functionalities.
ExtendedBackendManager wraps backends.BackendManager that manages extended Backends.
PolicyRecord is an ACL policy stored in Mongodb.
# Interfaces
ACLRepository extends the backends.Repository interface by adding new functions for handling ACL Policies.
# Type aliases
RepoExtender extends (decorates) exiting backends.Repository with additional capabilities.