router

package
v0.0.0-...-a645757 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Router

type Router struct {
	*mux.Router
}

func New

func New() *Router

func (*Router) DELETE

func (r *Router) DELETE(path string, handler decorates.Handler)

func (*Router) GET

func (r *Router) GET(path string, handler decorates.Handler)

func (*Router) HEAD

func (r *Router) HEAD(path string, handler decorates.Handler)

func (*Router) LOCK

func (r *Router) LOCK(path string, handler decorates.Handler)

func (*Router) OPTIONS

func (r *Router) OPTIONS(path string, handler decorates.Handler)

func (*Router) POST

func (r *Router) POST(path string, handler decorates.Handler)

func (*Router) PUT

func (r *Router) PUT(path string, handler decorates.Handler)

func (*Router) TRACE

func (r *Router) TRACE(path string, handler decorates.Handler)

Jump to

Keyboard shortcuts

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