fix
This commit is contained in:
@@ -2,10 +2,6 @@ package consumer
|
||||
|
||||
import "fmt"
|
||||
|
||||
type MqHandle interface {
|
||||
Run(data []byte) error
|
||||
}
|
||||
|
||||
// 消费渲染结果数据
|
||||
type MqConsumerRenderResult struct {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user