Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel interface { PushFront(h Func) PushBack(h Func) Process(s *session.Session, msg *message.Message) error }
Channel is a container of pipeline processing functions
Click to show internal directories.
Click to hide internal directories.