service

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: 29 Imported by: 0

Documentation

Index

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 (*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 (*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 (*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 (*MovieService) Paginate

func (s *MovieService) Paginate(query *helper_iris_query_legacy.QueryString) (interface{}, error)

type Opts added in v0.15.0

type Opts struct {
	DialTimeout    string `mapstructure:"dial_timeout"`
	RequestTimeout string `mapstructure:"request_timeout"`
	Retries        int    `mapstructure:"retries"`
}

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 (*SeanceService) Paginate

func (s *SeanceService) Paginate(query *helper_iris_query_legacy.QueryString) (interface{}, error)

Jump to

Keyboard shortcuts

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