Categorygithub.com/golang-mixins/queues
modulepackage
0.0.0-20250109203737-e5474b775252
Repository: https://github.com/golang-mixins/queues.git
Documentation: pkg.go.dev

# README

queues

Package queues presents interface (and its implementation sets) of a queues.

See GoDoc for documentation and examples.

# Packages

Package nsq represents the interface queues implementation.

# Functions

NewConnectedError - constructor ConnectedError based on the cause of the error.

# Structs

ConnectedError typifies error "race condition".

# Interfaces

Message predetermines the message type for handler.
Pinger predetermines the type of the basic function of the ping action.
Publisher predetermines the type of the basic function of the publish action.
QueueManager provides an interface for managing queue.
Subscriber predetermines the type of the basic function of the subscriber queue.

# Type aliases

Handler predetermines the type of the basic function of the message handler.