mq

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IMQ

type IMQ interface {
	GetMQSection() string
	InitMQ(config util.Config) error
	PublishMessage(c context.Context, msg string) error
	FetchMessage(c context.Context) Message
	Start()
}

type Message

type Message struct {
	C    context.Context
	Body string
	Ack  func() error
	Nack func() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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