Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( InvalidRule = errors.New("Invalid Rule") NoRuleApplicable = errors.New("No rule applicable") EmptyTag = pointconfig.DetourTag("") )
Functions ¶
This section is empty.
Types ¶
type Router ¶
type Router struct {
// contains filtered or unexported fields
}
func (*Router) TakeDetour ¶
func (this *Router) TakeDetour(dest v2net.Destination) (pointconfig.DetourTag, error)
type RouterFactory ¶
type RouterFactory struct { }
Click to show internal directories.
Click to hide internal directories.