router

package
v0.14.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2015 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RouterNotFound = errors.New("Router not found.")
)

Functions

func RegisterRouter

func RegisterRouter(name string, factory RouterFactory) error

Types

type Router

type Router interface {
	TakeDetour(v2net.Destination) (config.DetourTag, error)
}

func CreateRouter

func CreateRouter(name string, rawConfig interface{}) (Router, error)

type RouterFactory

type RouterFactory interface {
	Create(rawConfig interface{}) (Router, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL