package
1.0.0-rc.5
Repository: https://github.com/beneath-hq/beneath.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

AddDriver registers a new driver (by passing the driver's constructor).
NewMessageQueue constructs a new MessageQueue.

# Structs

Options for opening a message queue connection.

# Interfaces

MessageQueue encapsulates functionality for message passing in Beneath.

# Type aliases

Driver is a function that creates a MessageQueue from a config object.