import "github.com/lonnng/nano/pipeline"
type Channel interface { PushFront(h Func) PushBack(h Func) Process(s *session.Session, msg *message.Message) error }
Message is the alias of `message.Message`
Package pipeline imports 3 packages (graph). Updated 2019-07-05. Refresh now. Tools for package owners.