# Functions
NewMockRepository creates a new mock instance.
NewOrganizationPostgreSQLRepository returns a new instance of OrganizationPostgresRepository using the given Postgres connection.
# Structs
MockRepository is a mock of Repository interface.
MockRepositoryMockRecorder is the mock recorder for MockRepository.
OrganizationPostgreSQLModel represents the entity Organization into SQL context in Database.
OrganizationPostgreSQLRepository is a Postgresql-specific implementation of the OrganizationRepository.
# Interfaces
Repository provides an interface for operations related to organization entities.