# Functions
NewManager returns a new subscription manager.
# Structs
Coordinator coordinates subscriptions by aggregating subscribers for the same target, and keeping them up to date for any updates that have happened for those targets.
# Interfaces
Manager defines the interface for the subscription management.