Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Router ¶
type Router struct {
// contains filtered or unexported fields
}
type RouterFactory ¶
type RouterFactory struct { }
func (*RouterFactory) Create ¶
func (this *RouterFactory) Create(rawConfig interface{}) (router.Router, error)
type Rule ¶ added in v1.1.1
type Rule interface { Tag() string Apply(dest v2net.Destination) bool }
Click to show internal directories.
Click to hide internal directories.