Documentation
¶
Overview ¶
Package entity defines main entities for business logic (services), data base mapping and HTTP response objects if suitable. Each logic group entities in own file.
Package entity defines main entities for business logic (services), data base mapping and HTTP response objects if suitable. Each logic group entities in own file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Raffle ¶
type Raffle struct { Id string Name string `json:"name" example:"en"` Images []string `json:"images" example:"текст для перевода"` Status string Value string `json:"value" example:"text for translation"` TotalNumbers string `json:"totalNumbers" example:"text for translation"` TotalSold string }
Translation -.
Click to show internal directories.
Click to hide internal directories.