package
0.0.0-20241212193129-31f37f7e77a3
Repository: https://github.com/thingspect/atlas.git
Documentation: pkg.go.dev

# Functions

NewFake builds a new Queuer using a single buffered channel and returns it.
NewMockMessager creates a new mock instance.
NewMockQueuer creates a new mock instance.
NewMockSubber creates a new mock instance.
NewMQTT builds a new Queuer and returns it and an error value.
NewNSQ builds a new Queuer and returns it and an error value.

# Constants

Constants used for the configuration of MQTT behavior.
ErrTimeout is returned when a Queue operation times out.
Prime is the single-byte payload used to prime a Queue.

# Structs

MockMessager is a mock of Messager interface.
MockMessagerMockRecorder is the mock recorder for MockMessager.
MockQueuer is a mock of Queuer interface.
MockQueuerMockRecorder is the mock recorder for MockQueuer.
MockSubber is a mock of Subber interface.
MockSubberMockRecorder is the mock recorder for MockSubber.

# Interfaces

Messager defines the methods provided by a Message.
Queuer defines the methods provided by a Queue.
Subber defines the methods provided by a Subscription.