service

package
v1.1.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CinemaService

type CinemaService interface {
	Sync(opt *rpc_catalog_cinema.SyncCinemaRequest_Options) (insertedCount, updatedCount, deletedCount int64, elapsedString string, err error)
}

CinemaService interface

func NewCinemaService

func NewCinemaService(
	plugin_sqlx *plugin_database_sqlx.Plugin,
	plugin_mongodb *plugin_database_mongodb.Plugin,
	plugin_lua *plugin_script_lua.Plugin,
) CinemaService

NewCinemaService init

type CityService

type CityService interface {
	Sync(opt *rpc_catalog_city.SyncCityRequest_Options) (insertedCount, updatedCount, deletedCount int64, elapsedString string, err error)
}

CityService interface

func NewCityService

func NewCityService(
	plugin_sqlx *plugin_database_sqlx.Plugin,
	plugin_mongodb *plugin_database_mongodb.Plugin,
	plugin_lua *plugin_script_lua.Plugin,
) CityService

NewCityService init

type CombineService

type CombineService interface {
	Sync(opt *rpc_catalog_combine.SyncCombineRequest_Options) (insertedCount, updatedCount, deletedCount int64, elapsedString string, err error)
}

CombineService interface

func NewCombineService

func NewCombineService(
	plugin_sqlx *plugin_database_sqlx.Plugin,
	plugin_mongodb *plugin_database_mongodb.Plugin,
	plugin_lua *plugin_script_lua.Plugin,
) CombineService

NewCombineService init

type DiscountService added in v1.1.0

type DiscountService interface {
	Sync(opt *rpc_catalog_discount.SyncDiscountRequest_Options) (insertedCount, updatedCount, deletedCount int64, elapsedString string, err error)
	SyncToSeance() (updatedCount int64, elapsedString string, err error)
	SyncPrices(opt *rpc_catalog_discount.SyncPricesDiscountRequest_Options) (insertedCount, updatedCount, deletedCount int64, elapsedString string, err error)
}

DiscountService interface

func NewDiscountService added in v1.1.0

func NewDiscountService(
	plugin_sqlx *plugin_database_sqlx.Plugin,
	plugin_mongodb *plugin_database_mongodb.Plugin,
	plugin_lua *plugin_script_lua.Plugin,
	plugin_webpart *plugin_client_webpart.Plugin,
) DiscountService

NewDiscountService init

type HallService

type HallService interface {
	Sync(opt *rpc_catalog_hall.SyncHallRequest_Options) (insertedCount, updatedCount, deletedCount int64, elapsedString string, err error)
}

HallService interface

func NewHallService

func NewHallService(
	plugin_sqlx *plugin_database_sqlx.Plugin,
	plugin_mongodb *plugin_database_mongodb.Plugin,
	plugin_lua *plugin_script_lua.Plugin,
) HallService

NewHallService init

type MovieService

type MovieService interface {
	Sync(opt *rpc_catalog_movie.SyncMovieRequest_Options) (insertedCount, updatedCount, deletedCount int64, elapsedString string, err error)
	Format() (updatedCount int64, elapsedString string, err error)
}

MovieService interface

func NewMovieService

func NewMovieService(
	plugin_sqlx *plugin_database_sqlx.Plugin,
	plugin_mongodb *plugin_database_mongodb.Plugin,
	plugin_lua *plugin_script_lua.Plugin,
) MovieService

NewMovieService init

type ScheduleService

type ScheduleService interface {
	Sync(opt *rpc_catalog_schedule.SyncScheduleRequest_Options) (insertedCount, updatedCount, deletedCount int64, elapsedString string, err error)
}

ScheduleService interface

func NewScheduleService

func NewScheduleService(
	plugin_sqlx *plugin_database_sqlx.Plugin,
	plugin_mongodb *plugin_database_mongodb.Plugin,
	plugin_lua *plugin_script_lua.Plugin,
) ScheduleService

NewScheduleService init

type SeanceService

type SeanceService interface {
	Sync(opt *rpc_catalog_seance.SyncSeanceRequest_Options) (insertedCount, updatedCount, deletedCount int64, elapsedString string, err error)
}

SeanceService interface

func NewSeanceService

func NewSeanceService(
	plugin_sqlx *plugin_database_sqlx.Plugin,
	plugin_mongodb *plugin_database_mongodb.Plugin,
	plugin_lua *plugin_script_lua.Plugin,
) SeanceService

NewSeanceService init

Jump to

Keyboard shortcuts

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