Documentation ¶ Index ¶ type Handler func (h Handler) Execute(m *message.Message) (handler.MessageResponse, error) func (h Handler) IsApplicable(m message.Message) (bool, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Handler ¶ type Handler struct { Handlers []handler.Handler } func (Handler) Execute ¶ func (h Handler) Execute(m *message.Message) (handler.MessageResponse, error) func (Handler) IsApplicable ¶ func (h Handler) IsApplicable(m message.Message) (bool, error) Source Files ¶ View all Source files handler.go Click to show internal directories. Click to hide internal directories.