Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsumerMQ ¶
type ConsumerMQ struct {
// contains filtered or unexported fields
}
func NewConsumerMQ ¶
func NewConsumerMQ(rabbitCli *RabbitMQ) *ConsumerMQ
func (*ConsumerMQ) Get ¶
func (r *ConsumerMQ) Get(ctx context.Context, req *models.GetMessagesRequest) ([]models.GetMessagesResponse, error)
type MessageRabbit ¶
type RabbitMQ ¶
type RabbitMQ struct {
// contains filtered or unexported fields
}
func NewRabbitMQ ¶
func (*RabbitMQ) GetRabbitmqAMQP ¶
func (r *RabbitMQ) GetRabbitmqAMQP() (*amqp.Connection, *amqp.Channel)
Click to show internal directories.
Click to hide internal directories.