paths

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2017 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Pather

type Pather interface {

	// Get the path for the supplied item
	Path(itemPath string) string

	Base() route.Route
}

type PatherFactory

type PatherFactory interface {
	Absolute(prefix string) Pather
	Relative(baseRoute route.Route) Pather
}

Jump to

Keyboard shortcuts

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