This commit is contained in:
laodaming
2023-08-29 15:31:33 +08:00
3 changed files with 5 additions and 4 deletions

View File

@@ -6,11 +6,12 @@ import (
"errors"
"fusenapi/constants"
"fusenapi/utils/mq_consumer_factory"
"github.com/streadway/amqp"
"github.com/zeromicro/go-zero/core/logx"
"log"
"strings"
"sync"
"github.com/streadway/amqp"
"github.com/zeromicro/go-zero/core/logx"
)
type RabbitMqHandle struct {