# Functions
NewAccountPostgreSQLRepository returns a new instance of AccountPostgreSQLRepository using the given Postgres connection.
NewMockRepository creates a new mock instance.
# Structs
AccountPostgreSQLModel represents the entity Account into SQL context in Database.
AccountPostgreSQLRepository is a Postgresql-specific implementation of the AccountRepository.
MockRepository is a mock of Repository interface.
MockRepositoryMockRecorder is the mock recorder for MockRepository.
# Interfaces
Repository provides an interface for operations related to account entities.