rabbitmqgo

package module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2023 License: GPL-3.0 Imports: 5 Imported by: 0

README

rabbitmq-go

A simple repository to use rabbitmq in go

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RabbitMQ

type RabbitMQ interface {
	Publish(message []byte) error
	Consume(name string, prefetch int, handler func([]byte) error) error
	GetStats() (amqp.Queue, error)
	// contains filtered or unexported methods
}

func NewRabbitMq

func NewRabbitMq(cnf RabbitMQConfig) RabbitMQ

type RabbitMQConfig

type RabbitMQConfig struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL