Documentation ¶
Index ¶
- 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) 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 CityController
- type HallController
- type LanguageController
- 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) 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CinemaController ¶
type CinemaController struct { Ctx iris.Context CinemaService *service.CinemaService }
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) 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 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 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 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 ...
Click to show internal directories.
Click to hide internal directories.