# Functions
NewAssetRatePostgreSQLRepository returns a new instance of AssetRatePostgreSQLRepository using the given Postgres connection.
NewMockRepository creates a new mock instance.
# Structs
AssetRate is a struct designed to encapsulate response payload data.
AssetRatePostgreSQLModel represents the entity AssetRatePostgreSQLModel into SQL context in Database.
AssetRatePostgreSQLRepository is a Postgresql-specific implementation of the AssetRateRepository.
CreateAssetRateInput is a struct design to encapsulate payload data.
MockRepository is a mock of Repository interface.
MockRepositoryMockRecorder is the mock recorder for MockRepository.
# Interfaces
Repository provides an interface for asset_rate template entities.