controller

package
v0.15.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2021 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

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) Get

func (c *CinemaController) Get() (interface{}, int)

Get ...

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 ...

func (*CinemaController) HeadBy

func (c *CinemaController) HeadBy(id string) int

HeadBy ...

type CityController

type CityController struct {
	Ctx         iris.Context
	CityService *service.CityService
}

func (*CityController) Get

func (c *CityController) Get() (interface{}, int)

Get ...

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 ...

func (*CityController) HeadBy

func (c *CityController) HeadBy(id string) int

HeadBy ...

type HallController

type HallController struct {
	Ctx         iris.Context
	HallService *service.HallService
}

func (*HallController) Get

func (c *HallController) Get() (interface{}, int)

Get ...

func (*HallController) GetBy

func (c *HallController) GetBy(id string) (interface{}, int)

GetBy ...

func (*HallController) HeadBy

func (c *HallController) HeadBy(id string) int

HeadBy ...

type LanguageController

type LanguageController struct {
	Ctx iris.Context
}

func (*LanguageController) Get

func (c *LanguageController) Get() (interface{}, int)

Paginate

type MovieController

type MovieController struct {
	Ctx          iris.Context
	MovieService *service.MovieService
}

func (*MovieController) Get

func (c *MovieController) Get() (interface{}, int)

Get ...

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 ...

func (*MovieController) HeadBy

func (c *MovieController) HeadBy(id string) int

HeadBy ...

type ScheduleController

type ScheduleController struct {
	Ctx             iris.Context
	ScheduleService *service.ScheduleService
}

func (*ScheduleController) Get

func (c *ScheduleController) Get() (interface{}, int)

Get ...

func (*ScheduleController) GetSorted

func (c *ScheduleController) GetSorted() (interface{}, int)

Get ...

type SeanceController

type SeanceController struct {
	Ctx           iris.Context
	SeanceService *service.SeanceService
}

func (*SeanceController) Get

func (c *SeanceController) Get() (interface{}, int)

Get ...

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 ...

func (*SeanceController) HeadBy

func (c *SeanceController) HeadBy(id string) int

HeadBy ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL