package
0.0.0-20220412220916-5ea02083e3ec
Repository: https://github.com/riteshrch/go-edge-device-lib.git
Documentation: pkg.go.dev

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