Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type KeyValue struct + Key string + Value string + type Router struct + func New() *Router + func (r *Router) Add(name string, kvs []*KeyValue, target interface{}) error + func (r *Router) Find(name string, kvs map[string]string) interface{} + func (r *Router) PrintTree(verbose bool) + func (r *Router) SprintTree(verbose bool) string