Documentation ¶
Index ¶
- func GetById(db *pgxpool.Pool, id int64) (*domain.Ticket, error)
- func GetLast10(db *pgxpool.Pool) ([]domain.Ticket, error)
- func GetLast10BeforeId(db *pgxpool.Pool, ticketId int64) ([]domain.Ticket, error)
- func GetOwnLast10(db *pgxpool.Pool, userId uuid.UUID) ([]domain.Ticket, error)
- func GetOwnLast10BeforeId(db *pgxpool.Pool, ticketId int64, userId uuid.UUID) ([]domain.Ticket, error)
- func Save(db *pgxpool.Pool, ticket domain.Ticket) error
- func Update(db *pgxpool.Pool, ticket domain.Ticket) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLast10BeforeId ¶
func GetOwnLast10BeforeId ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.