routes

package
v2.1.8 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	GetRoutes     []WebRoute
	PostRoutes    []WebRoute
	DeleteRoutes  []WebRoute
	HeadRoutes    []WebRoute
	OptionsRoutes []WebRoute
	PatchRoutes   []WebRoute
	PutRoutes     []WebRoute
	AnyRoutes     []WebRoute
)

WebRoutes of specific requests.

Functions

This section is empty.

Types

type WebRoute

type WebRoute struct {
	Pattern  string
	Handlers []gin.HandlerFunc
}

WebRoute represents a route on the web server.

Jump to

Keyboard shortcuts

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