This commit is contained in:
laodaming
2023-08-07 11:44:54 +08:00
parent 36efad44df
commit 315ad19dd4
8 changed files with 37 additions and 14 deletions

View File

@@ -2,10 +2,6 @@ package consumer
import "fmt"
type MqHandle interface {
Run(data []byte) error
}
// 消费渲染结果数据
type MqConsumerRenderResult struct {
}