Documentation ¶
Index ¶
Constants ¶
View Source
const MQURL = "amqp://seckilluser:seckilluser@127.0.0.1:5672/seckill"
连接信息 const MQURL = "amqp://seckilluser:seckilluser@172.31.96.59:5672/seckill"
Variables ¶
This section is empty.
Functions ¶
func DataToStructByTagSql ¶
根据结构体中sql标签映射数据到结构体中并且转换类型
Types ¶
type RabbitMQ ¶
type RabbitMQ struct { // 队列名称 QueueName string // 交换机名称 Exchange string // bind Key 名称 Key string // 连接信息 MQUrl string sync.Mutex // contains filtered or unexported fields }
func (*RabbitMQ) ConsumeSimple ¶
func (r *RabbitMQ) ConsumeSimple(orderService service.IOrderService, productService service.IProductService)
simple 模式下消费者
Click to show internal directories.
Click to hide internal directories.