# Functions
New creates a new pusub frontend.
ProviderStatusesFromMap constructs the provider statuses from the provided map.
PubSubUID generates an unique ID based on an application unique ID and a pub/sub ID.
SplitPubSubUID parses a unique ID generated by `ID` and returns the application unique ID and the pub/sub ID.
# Structs
Format is a format to use for pub/sub integrations.
PubSub is an pub/sub frontend that exposes ttnpb.ApplicationPubSubRegistryServer.
RegistryCleaner is a service responsible for cleanup of the PubSub registry.
# Interfaces
Registry is a registry for pub/sub integrations.
# Type aliases
ProviderStatus is the status of a PubSub provider.
ProviderStatuses maps a provider type to a provider status.