1 Star 0 Fork 0

庞飞/multiapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
listen.go 538 Bytes
一键复制 编辑 原始数据 按行查看 历史
庞飞 提交于 2023-10-03 10:28 . 合并主框架
package hub
import (
"github.com/golang/protobuf/proto"
"gitee.com/pangxianfei/multiapp/kernel/zone"
)
type Listen struct {
}
func (l *Listen) Name() ListenerName {
panic("need implements")
}
func (l *Listen) Subscribe() (eventPtrList []Eventer) {
panic("need implements")
}
func (l *Listen) Construct(paramPtr proto.Message) error {
panic("need implements")
}
func (l *Listen) Handle() error {
panic("need implements")
}
func (l *Listen) Retries() uint32 {
return 0
}
func (l *Listen) Delay() zone.Duration {
return 0
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/pangxianfei/multiapp.git
git@gitee.com:pangxianfei/multiapp.git
pangxianfei
multiapp
multiapp
v1.1.9

搜索帮助