Documentation
¶
Overview ¶
package route provides a Route data structure for Request Routing
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostRouteSet ¶
type HostRouteSet struct {
ExactMatchRoutes LookupLookup
PrefixMatchRoutes PrefixRouteSets
PrefixMatchRoutesLkp PrefixRouteSetLookup
}
type HostRouteSetLookup ¶
type HostRouteSetLookup map[string]*HostRouteSet
type LookupLookup ¶
type PrefixRouteSet ¶
type PrefixRouteSetLookup ¶
type PrefixRouteSetLookup map[string]*PrefixRouteSet
type PrefixRouteSets ¶
type PrefixRouteSets []*PrefixRouteSet
Click to show internal directories.
Click to hide internal directories.