Documentation
¶
Overview ¶
Concreate implementations for the event handlers typically these should just be wrappers around the service layer
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventHandler ¶
type EventHandler struct {
// contains filtered or unexported fields
}
func NewEventHandler ¶
func NewEventHandler(services *services.ServiceHandler, bus *bus.Bus) *EventHandler
func (*EventHandler) Notify ¶
func (handler *EventHandler) Notify(e *events.Event)
Click to show internal directories.
Click to hide internal directories.