Documentation
¶
Overview ¶
Package routingtree contains the routing tree implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RoutingTree ¶
type RoutingTree struct {
// contains filtered or unexported fields
}
RoutingTree is a tree containing routes.
func (*RoutingTree) Resolve ¶
func (t *RoutingTree) Resolve(p string) ([]*registrypb.ProviderInfo, error)
Resolve returns a list of providers for a given path.
Click to show internal directories.
Click to hide internal directories.