router

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2015 License: MIT Imports: 2 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 Config added in v1.1.1

type Config interface {
	Strategy() string
	Settings() interface{}
}

type Router

type Router interface {
	TakeDetour(v2net.Destination) (string, 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