package
Version:
v0.0.0-...-4d77776
Opens a new window with list of versions in this module.
Published: Apr 10, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
Env = "ENV"
Hello = "HELLO"
Exit = "EXIT"
Index = "INDEX"
Port = "PORT"
)
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},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.