package
0.1.6
Repository: https://github.com/trainking/goboot.git
Documentation: pkg.go.dev

# Functions

NewConfigByMap 从map[string]interface{}中新建一个Config.
NewConsumer 新建自定义的消费者.
NewConsumerByConfig 通过Config.
NewDelayedQueueConsumer 新建一个延迟队列的消费者。使用rabbitmq_delayed_message_exchange插件实现的延迟队列 因此需要安装对应版本的插件.
NewDelayedQueuePulisher 创建一个publisher,使用DeleayedQueueConfig的配置.
NewPublisher 新建自定义的发送者.
NewPublisherByConfig 通过Config创建Publisher.

# Structs

Config rabiitmq配置的抽象.
Consumer 消费者.
No description provided by the author