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(eventChan chan *Message) (*EventHandler, error)
func (*EventHandler) Handle ¶
func (h *EventHandler) Handle(e *Message, ec chan error, args ...interface{})
Click to show internal directories.
Click to hide internal directories.