# Functions
NewAssetPostgreSQLRepository returns a new instance of AssetPostgreSQLRepository using the given Postgres connection.
NewMockRepository creates a new mock instance.
# Structs
AssetPostgreSQLModel represents the entity Asset into SQL context in Database.
AssetPostgreSQLRepository is a Postgresql-specific implementation of the AssetRepository.
MockRepository is a mock of Repository interface.
MockRepositoryMockRecorder is the mock recorder for MockRepository.
# Interfaces
Repository provides an interface for operations related to asset entities.