routing

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	GET    = "GET"
	POST   = "POST"
	PUT    = "PUT"
	DELETE = "DELETE"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler interface {
	Routes() Routes
	SecuredRoutes() Routes
}

type Route

type Route struct {
	Name       string
	HTTPVerb   string
	Pattern    string
	HandleFunc func(echo.Context) error
}

type Routes

type Routes []Route

type Template

type Template struct {
	Templates *template.Template
}

func (*Template) Render

func (t *Template) Render(w io.Writer, name string, data interface{}, c echo.Context) error

type ViewHandler

type ViewHandler interface {
	Handler
	Views() []string
}

Jump to

Keyboard shortcuts

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