# Functions
NewDispatcher returns a new Dispatcher.
NewRoute returns a new route.
NewRoutes returns a slice of routes.
# Variables
DefaultRouteOpts are the defaulting routing options which apply to the root route of a routing tree.
# Structs
AlertBlock contains a list of alerts associated with a set of routing options.
AlertGroup is a list of alert blocks grouped by the same label set.
APIAlert is the API representation of an alert, which is a regular alert annotated with silencing and inhibition info.
Dispatcher sorts incoming alerts into aggregation groups and assigns the correct notifiers to each.
A Route is a node that contains definitions of how to handle alerts.
RouteOpts holds various routing options necessary for processing alerts that match a given route.
# Type aliases
AlertOverview is a representation of all active alerts in the system.