redirect

package
v0.0.0-...-2f55c61 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2016 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Overview

Package redirect provides hooks to register HTTP handlers that redirect old godoc paths to their new equivalents and assist in accessing the issue tracker, wiki, code review system, etc.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Handler

func Handler(target string) http.Handler

func LoadChangeMap

func LoadChangeMap(filename string) error

LoadChangeMap loads the specified map of Mercurial to Git revisions, which is used by the /change/ handler to intelligently map old hg revisions to their new git equivalents. It should be called before calling Register. The file should remain open as long as the process is running. See the implementation of this package for details.

func PrefixHandler

func PrefixHandler(prefix, baseURL string) http.Handler

func Register

func Register(mux *http.ServeMux)

Register registers HTTP handlers that redirect old godoc paths to their new equivalents and assist in accessing the issue tracker, wiki, code review system, etc. If mux is nil it uses http.DefaultServeMux.

Types

This section is empty.

Jump to

Keyboard shortcuts

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