1 Star 1 Fork 3

menuiis/gkit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
processor.go 249 Bytes
一键复制 编辑 原始数据 按行查看 历史
SongZhibin97 提交于 2022-01-21 13:50 +08:00 . feat:task
package task
// Processor 任务处理器
type Processor interface {
// Process 处理程序
Process(t *Signature) error
// ConsumeQueue 消费队列
ConsumeQueue() string
// PreConsumeHandler 是否进行预处理
PreConsumeHandler() bool
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/menciis/gkit.git
git@gitee.com:menciis/gkit.git
menciis
gkit
gkit
d3f65ed26d21

搜索帮助