Documentation ¶
Index ¶
- func ParseCallOptions(query *helper_iris_query_legacy.QueryString, env interface{}) []client.CallOption
- type CinemaService
- func (s *CinemaService) GetByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *CinemaService) GetCityByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *CinemaService) GetHallsByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *CinemaService) GetSeancesByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *CinemaService) GetSeoByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *CinemaService) IsExist(u uuid.UUID, query *helper_iris_query_legacy.QueryString) error
- func (s *CinemaService) Paginate(query *helper_iris_query_legacy.QueryString) (interface{}, error)
- type CityService
- func (s *CityService) GetByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *CityService) GetCinemasByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *CityService) GetSeancesByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *CityService) IsExist(u uuid.UUID, query *helper_iris_query_legacy.QueryString) error
- func (s *CityService) Paginate(query *helper_iris_query_legacy.QueryString) (interface{}, error)
- type HallService
- func (s *HallService) GetByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *HallService) IsExist(u uuid.UUID, query *helper_iris_query_legacy.QueryString) error
- func (s *HallService) Paginate(query *helper_iris_query_legacy.QueryString) (interface{}, error)
- type MovieService
- func (s *MovieService) GetByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *MovieService) GetSeancesByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *MovieService) GetSeoByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *MovieService) GetSoon(query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *MovieService) GetToday(query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *MovieService) IsExist(u uuid.UUID, query *helper_iris_query_legacy.QueryString) error
- func (s *MovieService) Paginate(query *helper_iris_query_legacy.QueryString) (interface{}, error)
- type Opts
- type ScheduleService
- type SeanceService
- func (s *SeanceService) GetAvailabilityByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *SeanceService) GetByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *SeanceService) GetCityByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *SeanceService) GetHallByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *SeanceService) GetHallZonesByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *SeanceService) GetHallmapByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *SeanceService) GetHallmapStatusByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *SeanceService) GetZonePricesByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
- func (s *SeanceService) IsExist(u uuid.UUID, query *helper_iris_query_legacy.QueryString) error
- func (s *SeanceService) Paginate(query *helper_iris_query_legacy.QueryString) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseCallOptions ¶
func ParseCallOptions(query *helper_iris_query_legacy.QueryString, env interface{}) []client.CallOption
Types ¶
type CinemaService ¶
type CinemaService struct {
// contains filtered or unexported fields
}
func NewCinemaService ¶
func NewCinemaService(clnt client.Client) *CinemaService
func (*CinemaService) GetByUUID ¶
func (s *CinemaService) GetByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*CinemaService) GetCityByUUID ¶
func (s *CinemaService) GetCityByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*CinemaService) GetHallsByUUID ¶
func (s *CinemaService) GetHallsByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*CinemaService) GetSeancesByUUID ¶
func (s *CinemaService) GetSeancesByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*CinemaService) GetSeoByUUID ¶
func (s *CinemaService) GetSeoByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
GetSeoByUUID...
func (*CinemaService) IsExist ¶
func (s *CinemaService) IsExist(u uuid.UUID, query *helper_iris_query_legacy.QueryString) error
func (*CinemaService) Paginate ¶
func (s *CinemaService) Paginate(query *helper_iris_query_legacy.QueryString) (interface{}, error)
type CityService ¶
type CityService struct {
// contains filtered or unexported fields
}
func NewCityService ¶
func NewCityService(clnt client.Client) *CityService
func (*CityService) GetByUUID ¶
func (s *CityService) GetByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*CityService) GetCinemasByUUID ¶
func (s *CityService) GetCinemasByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*CityService) GetSeancesByUUID ¶
func (s *CityService) GetSeancesByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*CityService) IsExist ¶
func (s *CityService) IsExist(u uuid.UUID, query *helper_iris_query_legacy.QueryString) error
func (*CityService) Paginate ¶
func (s *CityService) Paginate(query *helper_iris_query_legacy.QueryString) (interface{}, error)
type HallService ¶
type HallService struct {
// contains filtered or unexported fields
}
func NewHallService ¶
func NewHallService(clnt client.Client) *HallService
func (*HallService) GetByUUID ¶
func (s *HallService) GetByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*HallService) IsExist ¶
func (s *HallService) IsExist(u uuid.UUID, query *helper_iris_query_legacy.QueryString) error
func (*HallService) Paginate ¶
func (s *HallService) Paginate(query *helper_iris_query_legacy.QueryString) (interface{}, error)
type MovieService ¶
type MovieService struct {
// contains filtered or unexported fields
}
func NewMovieService ¶
func NewMovieService(clnt client.Client) *MovieService
func (*MovieService) GetByUUID ¶
func (s *MovieService) GetByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*MovieService) GetSeancesByUUID ¶
func (s *MovieService) GetSeancesByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*MovieService) GetSeoByUUID ¶
func (s *MovieService) GetSeoByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
GetSeoByUUID ...
func (*MovieService) GetSoon ¶
func (s *MovieService) GetSoon(query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*MovieService) GetToday ¶
func (s *MovieService) GetToday(query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*MovieService) IsExist ¶
func (s *MovieService) IsExist(u uuid.UUID, query *helper_iris_query_legacy.QueryString) error
func (*MovieService) Paginate ¶
func (s *MovieService) Paginate(query *helper_iris_query_legacy.QueryString) (interface{}, error)
type ScheduleService ¶
type ScheduleService struct {
// contains filtered or unexported fields
}
func NewScheduleService ¶
func NewScheduleService(clnt client.Client) *ScheduleService
func (*ScheduleService) Paginate ¶
func (s *ScheduleService) Paginate(query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*ScheduleService) PaginateWithSort ¶
func (s *ScheduleService) PaginateWithSort(query *helper_iris_query_legacy.QueryString) (interface{}, error)
type SeanceService ¶
type SeanceService struct {
// contains filtered or unexported fields
}
func NewSeanceService ¶
func NewSeanceService(clnt client.Client, pluginWebpart *plugin_client_webpart.Plugin, pluginCache *cache.Cache) *SeanceService
func (*SeanceService) GetAvailabilityByUUID ¶
func (s *SeanceService) GetAvailabilityByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*SeanceService) GetByUUID ¶
func (s *SeanceService) GetByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*SeanceService) GetCityByUUID ¶
func (s *SeanceService) GetCityByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*SeanceService) GetHallByUUID ¶
func (s *SeanceService) GetHallByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*SeanceService) GetHallZonesByUUID ¶
func (s *SeanceService) GetHallZonesByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*SeanceService) GetHallmapByUUID ¶
func (s *SeanceService) GetHallmapByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*SeanceService) GetHallmapStatusByUUID ¶
func (s *SeanceService) GetHallmapStatusByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*SeanceService) GetZonePricesByUUID ¶
func (s *SeanceService) GetZonePricesByUUID(u uuid.UUID, query *helper_iris_query_legacy.QueryString) (interface{}, error)
func (*SeanceService) IsExist ¶
func (s *SeanceService) IsExist(u uuid.UUID, query *helper_iris_query_legacy.QueryString) error
func (*SeanceService) Paginate ¶
func (s *SeanceService) Paginate(query *helper_iris_query_legacy.QueryString) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.