Documentation ¶
Index ¶
- func ParseCallOptions(query helper_http_iris.QueryString, env helper_micro_client.Opts) []client.CallOption
- type CinemaAdminService
- func (s *CinemaAdminService) Create(data pb_catalog_cinema.CinemaCombine, query helper_http_iris.QueryString) (interface{}, error)
- func (s *CinemaAdminService) DeleteByUUID(u uuid.UUID, query helper_http_iris.QueryString) error
- func (s *CinemaAdminService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *CinemaAdminService) Paginate(query helper_http_iris.QueryString) (interface{}, error)
- func (s *CinemaAdminService) UpdateByUUID(u uuid.UUID, data pb_catalog_cinema.CinemaCombine, ...) error
- type CinemaGalleryService
- type CinemaService
- func (s *CinemaService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *CinemaService) GetCityByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *CinemaService) GetHallsByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *CinemaService) GetSeancesByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *CinemaService) GetSeoByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *CinemaService) IsExist(u uuid.UUID, query helper_http_iris.QueryString) error
- func (s *CinemaService) Paginate(query helper_http_iris.QueryString) (interface{}, error)
- type CityAdminService
- func (s *CityAdminService) Create(data pb_catalog_city.CityCombine, query helper_http_iris.QueryString) (interface{}, error)
- func (s *CityAdminService) DeleteByUUID(u uuid.UUID, query helper_http_iris.QueryString) error
- func (s *CityAdminService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *CityAdminService) Paginate(query helper_http_iris.QueryString) (interface{}, error)
- func (s *CityAdminService) UpdateByUUID(u uuid.UUID, data pb_catalog_city.CityCombine, ...) error
- type CityService
- func (s *CityService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *CityService) GetCinemasByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *CityService) GetSeancesByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *CityService) IsExist(u uuid.UUID, query helper_http_iris.QueryString) error
- func (s *CityService) Paginate(query helper_http_iris.QueryString) (interface{}, error)
- type HallAdminService
- func (s *HallAdminService) Create(data pb_catalog_hall.HallCombine, query helper_http_iris.QueryString) (interface{}, error)
- func (s *HallAdminService) DeleteByUUID(u uuid.UUID, query helper_http_iris.QueryString) error
- func (s *HallAdminService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *HallAdminService) Paginate(query helper_http_iris.QueryString) (interface{}, error)
- func (s *HallAdminService) UpdateByUUID(u uuid.UUID, data pb_catalog_hall.HallCombine, ...) error
- type HallService
- type MenuService
- type MovieAdminService
- func (s *MovieAdminService) Create(data pb_catalog_movie.MovieCombine, query helper_http_iris.QueryString) (interface{}, error)
- func (s *MovieAdminService) DeleteByUUID(u uuid.UUID, query helper_http_iris.QueryString) error
- func (s *MovieAdminService) FindByName(query helper_http_iris.QueryString) (interface{}, error)
- func (s *MovieAdminService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *MovieAdminService) Paginate(query helper_http_iris.QueryString) (interface{}, error)
- func (s *MovieAdminService) UpdateByUUID(u uuid.UUID, data pb_catalog_movie.MovieCombine, ...) error
- func (s *MovieAdminService) UpdateParent(req *rpc_catalog_movie.UpdateMoviesParentRequest, ...) (interface{}, error)
- type MovieService
- func (s *MovieService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *MovieService) GetSeancesByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *MovieService) GetSeoByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *MovieService) GetSoon(query helper_http_iris.QueryString) (interface{}, error)
- func (s *MovieService) GetToday(query helper_http_iris.QueryString) (interface{}, error)
- func (s *MovieService) IsExist(u uuid.UUID, query helper_http_iris.QueryString) error
- func (s *MovieService) Paginate(query helper_http_iris.QueryString) (interface{}, error)
- type ScheduleService
- type SeanceService
- func (s *SeanceService) Create(data pb_catalog_seance.SeanceCombine, query helper_http_iris.QueryString) (interface{}, error)
- func (s *SeanceService) DeleteByUUID(u uuid.UUID, query helper_http_iris.QueryString) error
- func (s *SeanceService) GetAvailabilityByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *SeanceService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *SeanceService) GetCityByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *SeanceService) GetHallByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *SeanceService) GetHallZonesByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *SeanceService) GetHallmapByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *SeanceService) GetHallmapStatusByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *SeanceService) GetZonePricesByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
- func (s *SeanceService) IsExist(u uuid.UUID, query helper_http_iris.QueryString) error
- func (s *SeanceService) Paginate(query helper_http_iris.QueryString) (interface{}, error)
- func (s *SeanceService) UpdateByUUID(u uuid.UUID, data pb_catalog_seance.SeanceCombine, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseCallOptions ¶
func ParseCallOptions(query helper_http_iris.QueryString, env helper_micro_client.Opts) []client.CallOption
Types ¶
type CinemaAdminService ¶
type CinemaAdminService struct {
// contains filtered or unexported fields
}
func NewCinemaAdminService ¶
func NewCinemaAdminService(clnt client.Client, configurator *configurator.Plugin) *CinemaAdminService
func (*CinemaAdminService) Create ¶
func (s *CinemaAdminService) Create(data pb_catalog_cinema.CinemaCombine, query helper_http_iris.QueryString) (interface{}, error)
func (*CinemaAdminService) DeleteByUUID ¶
func (s *CinemaAdminService) DeleteByUUID(u uuid.UUID, query helper_http_iris.QueryString) error
func (*CinemaAdminService) GetByUUID ¶
func (s *CinemaAdminService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*CinemaAdminService) Paginate ¶
func (s *CinemaAdminService) Paginate(query helper_http_iris.QueryString) (interface{}, error)
func (*CinemaAdminService) UpdateByUUID ¶
func (s *CinemaAdminService) UpdateByUUID(u uuid.UUID, data pb_catalog_cinema.CinemaCombine, query helper_http_iris.QueryString) error
type CinemaGalleryService ¶
type CinemaGalleryService struct {
// contains filtered or unexported fields
}
func NewCinemaGalleryService ¶
func NewCinemaGalleryService(clnt client.Client, configurator *configurator.Plugin) *CinemaGalleryService
func (*CinemaGalleryService) GetByUUID ¶
func (s *CinemaGalleryService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*CinemaGalleryService) Paginate ¶
func (s *CinemaGalleryService) Paginate(cinemaUUID uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
type CinemaService ¶
type CinemaService struct {
// contains filtered or unexported fields
}
func NewCinemaService ¶
func NewCinemaService(clnt client.Client, configurator *configurator.Plugin) *CinemaService
func (*CinemaService) GetByUUID ¶
func (s *CinemaService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*CinemaService) GetCityByUUID ¶
func (s *CinemaService) GetCityByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*CinemaService) GetHallsByUUID ¶
func (s *CinemaService) GetHallsByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*CinemaService) GetSeancesByUUID ¶
func (s *CinemaService) GetSeancesByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*CinemaService) GetSeoByUUID ¶
func (s *CinemaService) GetSeoByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
GetSeoByUUID...
func (*CinemaService) IsExist ¶
func (s *CinemaService) IsExist(u uuid.UUID, query helper_http_iris.QueryString) error
func (*CinemaService) Paginate ¶
func (s *CinemaService) Paginate(query helper_http_iris.QueryString) (interface{}, error)
type CityAdminService ¶
type CityAdminService struct {
// contains filtered or unexported fields
}
func NewCityAdminService ¶
func NewCityAdminService(clnt client.Client, configurator *configurator.Plugin) *CityAdminService
func (*CityAdminService) Create ¶
func (s *CityAdminService) Create(data pb_catalog_city.CityCombine, query helper_http_iris.QueryString) (interface{}, error)
func (*CityAdminService) DeleteByUUID ¶
func (s *CityAdminService) DeleteByUUID(u uuid.UUID, query helper_http_iris.QueryString) error
func (*CityAdminService) GetByUUID ¶
func (s *CityAdminService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*CityAdminService) Paginate ¶
func (s *CityAdminService) Paginate(query helper_http_iris.QueryString) (interface{}, error)
func (*CityAdminService) UpdateByUUID ¶
func (s *CityAdminService) UpdateByUUID(u uuid.UUID, data pb_catalog_city.CityCombine, query helper_http_iris.QueryString) error
type CityService ¶
type CityService struct {
// contains filtered or unexported fields
}
func NewCityService ¶
func NewCityService(clnt client.Client, configurator *configurator.Plugin) *CityService
func (*CityService) GetByUUID ¶
func (s *CityService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*CityService) GetCinemasByUUID ¶
func (s *CityService) GetCinemasByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*CityService) GetSeancesByUUID ¶
func (s *CityService) GetSeancesByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*CityService) IsExist ¶
func (s *CityService) IsExist(u uuid.UUID, query helper_http_iris.QueryString) error
func (*CityService) Paginate ¶
func (s *CityService) Paginate(query helper_http_iris.QueryString) (interface{}, error)
type HallAdminService ¶
type HallAdminService struct {
// contains filtered or unexported fields
}
func NewHallAdminService ¶
func NewHallAdminService(clnt client.Client, configurator *configurator.Plugin) *HallAdminService
func (*HallAdminService) Create ¶
func (s *HallAdminService) Create(data pb_catalog_hall.HallCombine, query helper_http_iris.QueryString) (interface{}, error)
func (*HallAdminService) DeleteByUUID ¶
func (s *HallAdminService) DeleteByUUID(u uuid.UUID, query helper_http_iris.QueryString) error
func (*HallAdminService) GetByUUID ¶
func (s *HallAdminService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*HallAdminService) Paginate ¶
func (s *HallAdminService) Paginate(query helper_http_iris.QueryString) (interface{}, error)
func (*HallAdminService) UpdateByUUID ¶
func (s *HallAdminService) UpdateByUUID(u uuid.UUID, data pb_catalog_hall.HallCombine, query helper_http_iris.QueryString) error
type HallService ¶
type HallService struct {
// contains filtered or unexported fields
}
func NewHallService ¶
func NewHallService(clnt client.Client, configurator *configurator.Plugin) *HallService
func (*HallService) GetByUUID ¶
func (s *HallService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*HallService) IsExist ¶
func (s *HallService) IsExist(u uuid.UUID, query helper_http_iris.QueryString) error
func (*HallService) Paginate ¶
func (s *HallService) Paginate(query helper_http_iris.QueryString) (interface{}, error)
type MenuService ¶
type MenuService struct {
// contains filtered or unexported fields
}
func NewMenuService ¶
func NewMenuService(clnt client.Client, configurator *configurator.Plugin) *MenuService
func (*MenuService) PaginateCategory ¶
func (s *MenuService) PaginateCategory(query helper_http_iris.QueryString) (interface{}, error)
func (*MenuService) PaginateProduct ¶
func (s *MenuService) PaginateProduct(query helper_http_iris.QueryString) (interface{}, error)
func (*MenuService) PaginateProductDetail ¶
func (s *MenuService) PaginateProductDetail(query helper_http_iris.QueryString) (interface{}, error)
type MovieAdminService ¶
type MovieAdminService struct {
// contains filtered or unexported fields
}
func NewMovieAdminService ¶
func NewMovieAdminService(clnt client.Client, configurator *configurator.Plugin) *MovieAdminService
func (*MovieAdminService) Create ¶
func (s *MovieAdminService) Create(data pb_catalog_movie.MovieCombine, query helper_http_iris.QueryString) (interface{}, error)
func (*MovieAdminService) DeleteByUUID ¶
func (s *MovieAdminService) DeleteByUUID(u uuid.UUID, query helper_http_iris.QueryString) error
func (*MovieAdminService) FindByName ¶
func (s *MovieAdminService) FindByName(query helper_http_iris.QueryString) (interface{}, error)
func (*MovieAdminService) GetByUUID ¶
func (s *MovieAdminService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*MovieAdminService) Paginate ¶
func (s *MovieAdminService) Paginate(query helper_http_iris.QueryString) (interface{}, error)
func (*MovieAdminService) UpdateByUUID ¶
func (s *MovieAdminService) UpdateByUUID(u uuid.UUID, data pb_catalog_movie.MovieCombine, query helper_http_iris.QueryString) error
func (*MovieAdminService) UpdateParent ¶
func (s *MovieAdminService) UpdateParent(req *rpc_catalog_movie.UpdateMoviesParentRequest, query helper_http_iris.QueryString) (interface{}, error)
type MovieService ¶
type MovieService struct {
// contains filtered or unexported fields
}
func NewMovieService ¶
func NewMovieService(clnt client.Client, configurator *configurator.Plugin) *MovieService
func (*MovieService) GetByUUID ¶
func (s *MovieService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*MovieService) GetSeancesByUUID ¶
func (s *MovieService) GetSeancesByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*MovieService) GetSeoByUUID ¶
func (s *MovieService) GetSeoByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
GetSeoByUUID ...
func (*MovieService) GetSoon ¶
func (s *MovieService) GetSoon(query helper_http_iris.QueryString) (interface{}, error)
func (*MovieService) GetToday ¶
func (s *MovieService) GetToday(query helper_http_iris.QueryString) (interface{}, error)
func (*MovieService) IsExist ¶
func (s *MovieService) IsExist(u uuid.UUID, query helper_http_iris.QueryString) error
func (*MovieService) Paginate ¶
func (s *MovieService) Paginate(query helper_http_iris.QueryString) (interface{}, error)
type ScheduleService ¶
type ScheduleService struct {
// contains filtered or unexported fields
}
func NewScheduleService ¶
func NewScheduleService(clnt client.Client, configurator *configurator.Plugin) *ScheduleService
func (*ScheduleService) Paginate ¶
func (s *ScheduleService) Paginate(query helper_http_iris.QueryString) (interface{}, error)
func (*ScheduleService) PaginateWithSort ¶
func (s *ScheduleService) PaginateWithSort(query helper_http_iris.QueryString) (interface{}, error)
type SeanceService ¶
type SeanceService struct {
// contains filtered or unexported fields
}
func NewSeanceService ¶
func NewSeanceService(clnt client.Client, webpart *plugin_client_webpart.Plugin, configurator *configurator.Plugin) *SeanceService
func (*SeanceService) Create ¶
func (s *SeanceService) Create(data pb_catalog_seance.SeanceCombine, query helper_http_iris.QueryString) (interface{}, error)
func (*SeanceService) DeleteByUUID ¶
func (s *SeanceService) DeleteByUUID(u uuid.UUID, query helper_http_iris.QueryString) error
func (*SeanceService) GetAvailabilityByUUID ¶
func (s *SeanceService) GetAvailabilityByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*SeanceService) GetByUUID ¶
func (s *SeanceService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*SeanceService) GetCityByUUID ¶
func (s *SeanceService) GetCityByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*SeanceService) GetHallByUUID ¶
func (s *SeanceService) GetHallByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*SeanceService) GetHallZonesByUUID ¶
func (s *SeanceService) GetHallZonesByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*SeanceService) GetHallmapByUUID ¶
func (s *SeanceService) GetHallmapByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*SeanceService) GetHallmapStatusByUUID ¶
func (s *SeanceService) GetHallmapStatusByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*SeanceService) GetZonePricesByUUID ¶
func (s *SeanceService) GetZonePricesByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)
func (*SeanceService) IsExist ¶
func (s *SeanceService) IsExist(u uuid.UUID, query helper_http_iris.QueryString) error
func (*SeanceService) Paginate ¶
func (s *SeanceService) Paginate(query helper_http_iris.QueryString) (interface{}, error)
func (*SeanceService) UpdateByUUID ¶
func (s *SeanceService) UpdateByUUID(u uuid.UUID, data pb_catalog_seance.SeanceCombine, query helper_http_iris.QueryString) error
Click to show internal directories.
Click to hide internal directories.