1 Star 0 Fork 1

monobytes/gona

forked from Coder/gona 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ChannelPipeline.go 297 Bytes
一键复制 编辑 原始数据 按行查看 历史
Coder 提交于 2024-11-26 13:03 +08:00 . lite
package channel
type ChannelPipeline interface {
ChannelInboundInvoker
ChannelOutboundInvoker
AddFirst(name string, handler ChannelHandler) (pipeline ChannelPipeline)
AddLast(name string, handler ChannelHandler) (pipeline ChannelPipeline)
channel() (channel Channel)
ContextAttr() IAttr
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/monobytes/gona.git
git@gitee.com:monobytes/gona.git
monobytes
gona
gona
v1.1.2

搜索帮助