Documentation ¶
Index ¶
Constants ¶
View Source
const ( SortFieldStartTime = "start_time" SortFieldPriority = "priority" SortAsc = "asc" SortDesc = "desc" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Promotion ¶
type Promotion interface { FindById(string) (domain.Promotion, error) FindAll() ([]domain.Promotion, error) UserRegister(promotionid string, user types.Account, origin domain.Origin, version int) error FindByCustom(*PromotionsQuery) ([]domain.Promotion, error) Count(*PromotionsQuery) (int64, error) }
type PromotionsQuery ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.