router

package
v0.0.0-...-88fa2b6 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	BaseDirectory string
}

Config contains configuration information for initializing a router

type Router

type Router interface {
	Has(alias string) (bool, error)
	Add(alias string) error
}

Router holds public methods for a router

func NewRouter

func NewRouter(config *Config) Router

NewRouter inits a Router interface

Jump to

Keyboard shortcuts

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