Documentation ¶
Index ¶
- type CinemaAdminController
- type CinemaController
- func (c *CinemaController) Get() (interface{}, int)
- func (c *CinemaController) GetBy(id string) (interface{}, int)
- func (c *CinemaController) GetByCity(id string) (interface{}, int)
- func (c *CinemaController) GetByGallery(id string) (interface{}, int)
- func (c *CinemaController) GetByGalleryBy(cinemaID string, elementID string) (interface{}, int)
- func (c *CinemaController) GetByHalls(id string) (interface{}, int)
- func (c *CinemaController) GetBySeances(id string) (interface{}, int)
- func (c *CinemaController) GetBySeo(id string) (interface{}, int)
- func (c *CinemaController) HeadBy(id string) int
- type CityAdminController
- type CityController
- type HallAdminController
- type HallController
- type LanguageController
- type MenuController
- type MovieAdminController
- func (c *MovieAdminController) DeleteBy(id string) int
- func (c *MovieAdminController) Get() (interface{}, int)
- func (c *MovieAdminController) GetBy(id string) (interface{}, int)
- func (c *MovieAdminController) GetFind() (interface{}, int)
- func (c *MovieAdminController) Post() (interface{}, int)
- func (c *MovieAdminController) PutBy(id string) int
- func (c *MovieAdminController) PutParent() (interface{}, int)
- type MovieController
- func (c *MovieController) Get() (interface{}, int)
- func (c *MovieController) GetBy(id string) (interface{}, int)
- func (c *MovieController) GetBySeances(id string) (interface{}, int)
- func (c *MovieController) GetBySeo(id string) (interface{}, int)
- func (c *MovieController) GetSoon() (interface{}, int)
- func (c *MovieController) GetToday() (interface{}, int)
- func (c *MovieController) HeadBy(id string) int
- type ScheduleController
- type SeanceController
- func (c *SeanceController) DeleteBy(id string) int
- func (c *SeanceController) Get() (interface{}, int)
- func (c *SeanceController) GetBy(id string) (interface{}, int)
- func (c *SeanceController) GetByAvailability(id string) (interface{}, int)
- func (c *SeanceController) GetByCity(id string) (interface{}, int)
- func (c *SeanceController) GetByHall(id string) (interface{}, int)
- func (c *SeanceController) GetByHallZones(id string) (interface{}, int)
- func (c *SeanceController) GetByHallmap(id string) (interface{}, int)
- func (c *SeanceController) GetByHallmapStatus(id string) (interface{}, int)
- func (c *SeanceController) GetByZonePrices(id string) (interface{}, int)
- func (c *SeanceController) HeadBy(id string) int
- func (c *SeanceController) Post() (interface{}, int)
- func (c *SeanceController) PutBy(id string) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CinemaAdminController ¶
type CinemaAdminController struct { Ctx iris.Context CinemaService *service.CinemaAdminService }
func (*CinemaAdminController) DeleteBy ¶
func (c *CinemaAdminController) DeleteBy(id string) int
DeleteBy ...
func (*CinemaAdminController) Get ¶
func (c *CinemaAdminController) Get() (interface{}, int)
Get ...
func (*CinemaAdminController) GetBy ¶
func (c *CinemaAdminController) GetBy(id string) (interface{}, int)
GetBy ...
func (*CinemaAdminController) Post ¶
func (c *CinemaAdminController) Post() (interface{}, int)
Post ...
func (*CinemaAdminController) PutBy ¶
func (c *CinemaAdminController) PutBy(id string) int
PutBy ...
type CinemaController ¶
type CinemaController struct { Ctx iris.Context CinemaService *service.CinemaService CinemaGalleryService *service.CinemaGalleryService }
func (*CinemaController) GetBy ¶
func (c *CinemaController) GetBy(id string) (interface{}, int)
GetBy ...
func (*CinemaController) GetByCity ¶
func (c *CinemaController) GetByCity(id string) (interface{}, int)
GetByCity ...
func (*CinemaController) GetByGallery ¶
func (c *CinemaController) GetByGallery(id string) (interface{}, int)
GetByGallery return seances in cinema
func (*CinemaController) GetByGalleryBy ¶
func (c *CinemaController) GetByGalleryBy(cinemaID string, elementID string) (interface{}, int)
GetByGallery return seances in cinema
func (*CinemaController) GetByHalls ¶
func (c *CinemaController) GetByHalls(id string) (interface{}, int)
GetByHalls ...
func (*CinemaController) GetBySeances ¶
func (c *CinemaController) GetBySeances(id string) (interface{}, int)
GetBySeances ...
func (*CinemaController) GetBySeo ¶
func (c *CinemaController) GetBySeo(id string) (interface{}, int)
GetBySeo ...
type CityAdminController ¶
type CityAdminController struct { Ctx iris.Context CityService *service.CityAdminService }
func (*CityAdminController) DeleteBy ¶
func (c *CityAdminController) DeleteBy(id string) int
DeleteBy ...
func (*CityAdminController) GetBy ¶
func (c *CityAdminController) GetBy(id string) (interface{}, int)
GetBy ...
type CityController ¶
type CityController struct { Ctx iris.Context CityService *service.CityService }
func (*CityController) GetBy ¶
func (c *CityController) GetBy(id string) (interface{}, int)
GetBy ...
func (*CityController) GetByCinemas ¶
func (c *CityController) GetByCinemas(id string) (interface{}, int)
GetByCinemas ...
func (*CityController) GetBySeances ¶
func (c *CityController) GetBySeances(id string) (interface{}, int)
GetBySeances ...
type HallAdminController ¶
type HallAdminController struct { Ctx iris.Context HallService *service.HallAdminService }
func (*HallAdminController) DeleteBy ¶
func (c *HallAdminController) DeleteBy(id string) int
DeleteBy ...
func (*HallAdminController) GetBy ¶
func (c *HallAdminController) GetBy(id string) (interface{}, int)
GetBy ...
type HallController ¶
type HallController struct { Ctx iris.Context HallService *service.HallService }
func (*HallController) GetBy ¶
func (c *HallController) GetBy(id string) (interface{}, int)
GetBy ...
type LanguageController ¶
type LanguageController struct {
Ctx iris.Context
}
type MenuController ¶
type MenuController struct { Ctx iris.Context MenuService *service.MenuService }
func (*MenuController) GetCategory ¶
func (c *MenuController) GetCategory() (interface{}, int)
Get ...
func (*MenuController) GetProduct ¶
func (c *MenuController) GetProduct() (interface{}, int)
Get ...
func (*MenuController) GetProductDetail ¶
func (c *MenuController) GetProductDetail() (interface{}, int)
GetDetail ...
type MovieAdminController ¶
type MovieAdminController struct { Ctx iris.Context MovieService *service.MovieAdminService }
func (*MovieAdminController) DeleteBy ¶
func (c *MovieAdminController) DeleteBy(id string) int
DeleteBy ...
func (*MovieAdminController) GetBy ¶
func (c *MovieAdminController) GetBy(id string) (interface{}, int)
GetBy ...
func (*MovieAdminController) GetFind ¶
func (c *MovieAdminController) GetFind() (interface{}, int)
GetFind ...
func (*MovieAdminController) Post ¶
func (c *MovieAdminController) Post() (interface{}, int)
Post ...
func (*MovieAdminController) PutParent ¶
func (c *MovieAdminController) PutParent() (interface{}, int)
PutParent ...
type MovieController ¶
type MovieController struct { Ctx iris.Context MovieService *service.MovieService }
func (*MovieController) GetBy ¶
func (c *MovieController) GetBy(id string) (interface{}, int)
GetBy ...
func (*MovieController) GetBySeances ¶
func (c *MovieController) GetBySeances(id string) (interface{}, int)
GetBySeances ...
func (*MovieController) GetBySeo ¶
func (c *MovieController) GetBySeo(id string) (interface{}, int)
GetBySeo ...
func (*MovieController) GetSoon ¶
func (c *MovieController) GetSoon() (interface{}, int)
GetSoon ...
func (*MovieController) GetToday ¶
func (c *MovieController) GetToday() (interface{}, int)
GetToday ...
type ScheduleController ¶
type ScheduleController struct { Ctx iris.Context ScheduleService *service.ScheduleService }
func (*ScheduleController) GetSorted ¶
func (c *ScheduleController) GetSorted() (interface{}, int)
Get ...
type SeanceController ¶
type SeanceController struct { Ctx iris.Context SeanceService *service.SeanceService }
func (*SeanceController) GetBy ¶
func (c *SeanceController) GetBy(id string) (interface{}, int)
GetBy ...
func (*SeanceController) GetByAvailability ¶
func (c *SeanceController) GetByAvailability(id string) (interface{}, int)
GetByAvailability ...
func (*SeanceController) GetByCity ¶
func (c *SeanceController) GetByCity(id string) (interface{}, int)
GetByCity ...
func (*SeanceController) GetByHall ¶
func (c *SeanceController) GetByHall(id string) (interface{}, int)
GetByHall ...
func (*SeanceController) GetByHallZones ¶
func (c *SeanceController) GetByHallZones(id string) (interface{}, int)
GetByHallZones ...
func (*SeanceController) GetByHallmap ¶
func (c *SeanceController) GetByHallmap(id string) (interface{}, int)
GetByHallmap ...
func (*SeanceController) GetByHallmapStatus ¶
func (c *SeanceController) GetByHallmapStatus(id string) (interface{}, int)
GetByHallmapStatus ...
func (*SeanceController) GetByZonePrices ¶
func (c *SeanceController) GetByZonePrices(id string) (interface{}, int)
GetByZonePrices ...
Source Files ¶
Click to show internal directories.
Click to hide internal directories.