engine

package
v0.0.0-...-7d6f566 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2020 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServerEngine

type ServerEngine interface {
	net.Handler

	Run(port string) error

	GET(url string, handlers ...http.Handler)
	POST(url string, handlers ...http.Handler)
	PUT(url string, handlers ...http.Handler)
	PATCH(url string, handlers ...http.Handler)
	DELETE(url string, handlers ...http.Handler)

	Use(handlers ...http.Handler)
}

Jump to

Keyboard shortcuts

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