# Functions
ExBuildChannelSubscription executes the BuildChannelSubscription directive.
NewBuildChannelSubscription constructs a new BuildChannelSubscription directive.
NewPeerLinkTuple constructs a new peer link tuple.
# Structs
PeerLinkTuple is the peer-id link-id tuple.
# Interfaces
BuildChannelSubscription is a directive to subscribe to a channel.
Controller is a PubSub controller.
Message is a pubsub message.
PubSub is an implementation of a pub-sub message router.
PubSubHandler manages a PubSub and receives event callbacks.
Subscription is a pubsub channel subscription handle.
# Type aliases
BuildChannelSubscriptionValue is the result type for BuildChannelSubscription.