Documentation
¶
Index ¶
- func GetById(db *pgxpool.Pool, id int64) (*domain.Concert, error)
- func GetLast10(db *pgxpool.Pool) ([]domain.Concert, error)
- func GetLast10BeforeId(db *pgxpool.Pool, concertId int64) ([]domain.Concert, error)
- func Save(db *pgxpool.Pool, concert domain.Concert) error
- func Update(db *pgxpool.Pool, concert domain.Concert) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLast10BeforeId ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.