# Functions
NewMetadataMongoDBRepository returns a new instance of MetadataMongoDBLRepository using the given MongoDB connection.
NewMockRepository creates a new mock instance.
# Structs
Metadata is a struct designed to encapsulate payload data.
MetadataMongoDBModel represents the metadata into mongodb context.
MetadataMongoDBRepository is a MongoDD-specific implementation of the MetadataRepository.
MockRepository is a mock of Repository interface.
MockRepositoryMockRecorder is the mock recorder for MockRepository.
# Interfaces
Repository provides an interface for operations related on mongodb a metadata entities.
# Type aliases
JSON document to save on mongodb.