rmq

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Consumer

type Consumer struct {
	Exchange    string
	Queue       string
	RoutingKey  string
	Declare     string
	Host        string
	Port        string
	Username    string
	Password    string
	Interactive bool
}

func (Consumer) Consume

func (c Consumer) Consume() error

type Producer

type Producer struct {
	Exchange    string
	RoutingKey  string
	Host        string
	Port        string
	Username    string
	Password    string
	Interactive bool
}

func (Producer) Produce

func (p Producer) Produce() error

Jump to

Keyboard shortcuts

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