# 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.
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.