Documentation ¶
Index ¶
- type PostgresCompetitionOfficialInvitationRepository
- func (repo PostgresCompetitionOfficialInvitationRepository) CreateCompetitionOfficialInvitationRepository(invitation *businesslogic.CompetitionOfficialInvitation) error
- func (repo PostgresCompetitionOfficialInvitationRepository) DeleteCompetitionOfficialInvitationRepository(invitation businesslogic.CompetitionOfficialInvitation) error
- func (repo PostgresCompetitionOfficialInvitationRepository) SearchCompetitionOfficialInvitationRepository(criteria businesslogic.SearchCompetitionOfficialInvitationCriteria) ([]businesslogic.CompetitionOfficialInvitation, error)
- func (repo PostgresCompetitionOfficialInvitationRepository) UpdateCompetitionOfficialInvitationRepository(invitation businesslogic.CompetitionOfficialInvitation) error
- type PostgresCompetitionOfficialRepository
- func (repo PostgresCompetitionOfficialRepository) CreateCompetitionOfficial(official *businesslogic.CompetitionOfficial) error
- func (repo PostgresCompetitionOfficialRepository) DeleteCompetitionOfficial(official businesslogic.CompetitionOfficial) error
- func (repo PostgresCompetitionOfficialRepository) SearchCompetitionOfficial(criteria businesslogic.SearchCompetitionOfficialCriteria) ([]businesslogic.CompetitionOfficial, error)
- func (repo PostgresCompetitionOfficialRepository) UpdateCompetitionOfficial(official businesslogic.CompetitionOfficial) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostgresCompetitionOfficialInvitationRepository ¶
type PostgresCompetitionOfficialInvitationRepository struct { Database *sql.DB SqlBuilder squirrel.StatementBuilderType }
func (PostgresCompetitionOfficialInvitationRepository) CreateCompetitionOfficialInvitationRepository ¶
func (repo PostgresCompetitionOfficialInvitationRepository) CreateCompetitionOfficialInvitationRepository(invitation *businesslogic.CompetitionOfficialInvitation) error
func (PostgresCompetitionOfficialInvitationRepository) DeleteCompetitionOfficialInvitationRepository ¶
func (repo PostgresCompetitionOfficialInvitationRepository) DeleteCompetitionOfficialInvitationRepository(invitation businesslogic.CompetitionOfficialInvitation) error
func (PostgresCompetitionOfficialInvitationRepository) SearchCompetitionOfficialInvitationRepository ¶
func (repo PostgresCompetitionOfficialInvitationRepository) SearchCompetitionOfficialInvitationRepository(criteria businesslogic.SearchCompetitionOfficialInvitationCriteria) ([]businesslogic.CompetitionOfficialInvitation, error)
func (PostgresCompetitionOfficialInvitationRepository) UpdateCompetitionOfficialInvitationRepository ¶
func (repo PostgresCompetitionOfficialInvitationRepository) UpdateCompetitionOfficialInvitationRepository(invitation businesslogic.CompetitionOfficialInvitation) error
type PostgresCompetitionOfficialRepository ¶
type PostgresCompetitionOfficialRepository struct { Database *sql.DB SqlBuilder squirrel.StatementBuilderType }
func (PostgresCompetitionOfficialRepository) CreateCompetitionOfficial ¶
func (repo PostgresCompetitionOfficialRepository) CreateCompetitionOfficial(official *businesslogic.CompetitionOfficial) error
func (PostgresCompetitionOfficialRepository) DeleteCompetitionOfficial ¶
func (repo PostgresCompetitionOfficialRepository) DeleteCompetitionOfficial(official businesslogic.CompetitionOfficial) error
func (PostgresCompetitionOfficialRepository) SearchCompetitionOfficial ¶
func (repo PostgresCompetitionOfficialRepository) SearchCompetitionOfficial(criteria businesslogic.SearchCompetitionOfficialCriteria) ([]businesslogic.CompetitionOfficial, error)
func (PostgresCompetitionOfficialRepository) UpdateCompetitionOfficial ¶
func (repo PostgresCompetitionOfficialRepository) UpdateCompetitionOfficial(official businesslogic.CompetitionOfficial) error
Click to show internal directories.
Click to hide internal directories.