# Packages
tracing provides high level method tracing for the [routing.Routing] API.
# Functions
NewComposableParallel creates a Router that will execute methods from provided Routers in parallel.
No description provided by the author
# Structs
Compose composes the components into a single router.
LimitedValueStore limits the internal value store to the given namespaces.
Null is a router that doesn't do anything.
Parallel operates on the slice of routers in parallel.
No description provided by the author
No description provided by the author
Tiered is like the Parallel except that GetValue and FindPeer are called in series.
# Interfaces
Bootstrap is an interface that should be implemented by any routers wishing to be bootstrapped.
No description provided by the author
No description provided by the author
No description provided by the author