route

package
v0.0.0-...-bdb72e3 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Route

type Route interface {
	Path() string
	Method() string
	Name() string
	HandlerFunc() http.HandlerFunc
}

Route handles HTTP requests

func New

func New(path string, method string, name string, handlerFunc http.HandlerFunc) Route

New creates a route

Jump to

Keyboard shortcuts

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