service

package
v2.8.2 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2021 License: AGPL-3.0 Imports: 28 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 *pb_shared.SyncRequest_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,
) CinemaService

NewCinemaService init

type CityService

type CityService interface {
	Sync(opt *pb_shared.SyncRequest_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,
) CityService

NewCityService init

type CombineService

type CombineService interface {
	Sync(opt *pb_shared.SyncRequest_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,
) CombineService

NewCombineService init

type DiscountService

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

DiscountService interface

func NewDiscountService

func NewDiscountService(
	plugin_sqlx *plugin_database_sqlx.Plugin,
	plugin_mongodb *plugin_database_mongodb.Plugin,
	clnt client.Client,
) DiscountService

NewDiscountService init

type HallService

type HallService interface {
	Sync(opt *pb_shared.SyncRequest_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,
) HallService

NewHallService init

type MovieService

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

MovieService interface

func NewMovieService

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

NewMovieService init

type ScheduleService

type ScheduleService interface {
	Sync(opt *pb_shared.SyncRequest_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,
) ScheduleService

NewScheduleService init

type SeanceService

type SeanceService interface {
	Sync(opt *pb_shared.SyncRequest_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,
) SeanceService

NewSeanceService init

Jump to

Keyboard shortcuts

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