Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetListAuthorizedEventEvents ¶
func GetListAuthorizedEventEvents() (authorizedEvents string)
func IsAuthorizedEvent ¶
Types ¶
type EventRouting ¶
type EventRouting interface { GetSelectedEvents() map[string]bool RouteEvent(msg *events.Envelope) SetupEventRouting(wantedEvents string) error SetExtraFields(extraEventsString string) }
func NewEventRouting ¶
type EventRoutingDefault ¶
type EventRoutingDefault struct { CachingClient caching.Caching Stats *stats.Stats ExtraFields map[string]string // contains filtered or unexported fields }
func (*EventRoutingDefault) GetSelectedEvents ¶
func (e *EventRoutingDefault) GetSelectedEvents() map[string]bool
func (*EventRoutingDefault) RouteEvent ¶
func (e *EventRoutingDefault) RouteEvent(msg *events.Envelope)
func (*EventRoutingDefault) SetExtraFields ¶
func (e *EventRoutingDefault) SetExtraFields(extraEventsString string)
func (*EventRoutingDefault) SetupEventRouting ¶
func (e *EventRoutingDefault) SetupEventRouting(wantedEvents string) error
Click to show internal directories.
Click to hide internal directories.