Documentation ¶
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(messageChan chan<- []byte, logger log.Logger) *EventHandler
func (EventHandler) HandleEvent ¶
func (e EventHandler) HandleEvent(event Event)
type NoOpHandler ¶
type NoOpHandler struct{}
func (NoOpHandler) HandleEvent ¶
func (NoOpHandler) HandleEvent(_ Event)
Click to show internal directories.
Click to hide internal directories.