Documentation
¶
Index ¶
Constants ¶
View Source
const (
EventNameHeader = "x-event-name"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventEmitter ¶
type EventListener ¶
type EventListener interface {
Listen(...string) (<-chan Event, <-chan error, error)
EventMapper() EventMapper
}
type EventMapper ¶
func NewEventMapper ¶
func NewEventMapper(mapperType MapperType) (EventMapper, error)
type StaticEventMapper ¶
type StaticEventMapper struct{}
Click to show internal directories.
Click to hide internal directories.