package
3.1.3
Repository: https://github.com/go-stomp/stomp.git
Documentation: pkg.go.dev

# Functions

Creates a new client connection.
No description provided by the author

# Constants

connection established.
connection disconnected.
send a message to a queue.
re-queue a message, not successfully sent.
subscription ready.
subscription not ready.

# Structs

Represents a connection with the STOMP client.
Client requests received to be processed by main processing loop.
No description provided by the author
Maintains a list of subscriptions.

# Interfaces

Contains information the client package needs from the rest of the STOMP server code.

# Type aliases

Opcode used in client requests.