🎨 新增 MQ 开关
This commit is contained in:
@@ -5,6 +5,7 @@ import "fmt"
|
||||
// mq
|
||||
// @description: MQ配置
|
||||
type mq struct {
|
||||
Enable bool `json:"enable" yaml:"enable"` // 是否启用
|
||||
RabbitMQ rabbitMq `json:"rabbitmq" yaml:"rabbitmq"` // RabbitMQ配置
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user