# Packages
nolint.
# Functions
BufferCapacity allows you to specify capacity for the internal server's queue.
NewServer returns a new server.
NewTagMap constructs a new immutable tag set from a map.
# Variables
ErrAlreadySubscribed is returned when a client tries to subscribe twice or more using the same query.
ErrSubscriptionNotFound is returned when a client tries to unsubscribe from not existing subscription.
# Structs
Server allows clients to subscribe/unsubscribe for messages, publishing messages with or without tags, and manages internal state.
# Type aliases
Option sets a parameter for the server.