routes

package
v0.0.0-...-a28c7ac Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	Env   = "ENV"
	Hello = "HELLO"
	Exit  = "EXIT"
	Index = "INDEX"
	Port  = "PORT"
)

Variables

View Source
var Routes = rata.Routes{
	{Path: "/", Method: "GET", Name: Hello},
	{Path: "/env", Method: "GET", Name: Env},
	{Path: "/exit", Method: "GET", Name: Exit},
	{Path: "/index", Method: "GET", Name: Index},
	{Path: "/port", Method: "GET", Name: Port},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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