subscriber

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2020 License: AGPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init(s micro.Service, c *dig.Container) error

Types

type CinemaSubscriber

type CinemaSubscriber struct {
	Configuration struct {
		Name string `json:"name"`
	} `json:"configuration"`
	// contains filtered or unexported fields
}

CinemaSubscriber struct

func NewCinemaSubscriber

func NewCinemaSubscriber(cinemaService service.CinemaService, configurator *plugin_configurator.Plugin) *CinemaSubscriber

NewCinemaSubscriber init subscriber

func (*CinemaSubscriber) Handle

Handle ...

type CitySubscriber

type CitySubscriber struct {
	Configuration struct {
		Name string `json:"name"`
	} `json:"configuration"`
	// contains filtered or unexported fields
}

CitySubscriber struct

func NewCitySubscriber

func NewCitySubscriber(cityService service.CityService, configurator *plugin_configurator.Plugin) *CitySubscriber

NewCitySubscriber init subscriber

func (*CitySubscriber) Handle

Handle ...

type CombineSubscriber

type CombineSubscriber struct {
	Configuration struct {
		Name string `json:"name"`
	} `json:"configuration"`
	// contains filtered or unexported fields
}

CombineSubscriber struct

func NewCombineSubscriber

func NewCombineSubscriber(combineService service.CombineService, configurator *plugin_configurator.Plugin) *CombineSubscriber

NewCombineSubscriber init subscriber

func (*CombineSubscriber) Handle

Handle ...

type HallSubscriber

type HallSubscriber struct {
	Configuration struct {
		Name string `json:"name"`
	} `json:"configuration"`
	// contains filtered or unexported fields
}

HallSubscriber struct

func NewHallSubscriber

func NewHallSubscriber(hallService service.HallService, configurator *plugin_configurator.Plugin) *HallSubscriber

NewHallSubscriber init subscriber

func (*HallSubscriber) Handle

Handle ...

type MovieSubscriber

type MovieSubscriber struct {
	Configuration struct {
		Name string `json:"name"`
	} `json:"configuration"`
	// contains filtered or unexported fields
}

MovieSubscriber struct

func NewMovieSubscriber

func NewMovieSubscriber(movieService service.MovieService, configurator *plugin_configurator.Plugin) *MovieSubscriber

NewMovieSubscriber init subscriber

func (*MovieSubscriber) Handle

Handle ...

type ScheduleSubscriber

type ScheduleSubscriber struct {
	Configuration struct {
		Name string `json:"name"`
	} `json:"configuration"`
	// contains filtered or unexported fields
}

ScheduleSubscriber struct

func NewScheduleSubscriber

func NewScheduleSubscriber(scheduleService service.ScheduleService, configurator *plugin_configurator.Plugin) *ScheduleSubscriber

NewScheduleSubscriber init subscriber

func (*ScheduleSubscriber) Handle

Handle ...

type SeanceSubscriber

type SeanceSubscriber struct {
	Configuration struct {
		Name string `json:"name"`
	} `json:"configuration"`
	// contains filtered or unexported fields
}

SeanceSubscriber struct

func NewSeanceSubscriber

func NewSeanceSubscriber(seanceService service.SeanceService, configurator *plugin_configurator.Plugin) *SeanceSubscriber

NewSeanceSubscriber init subscriber

func (*SeanceSubscriber) Handle

Handle ...

Jump to

Keyboard shortcuts

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