controller

package
v0.0.0-...-b0dc0eb Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DefaultHttpErrorHandler

func DefaultHttpErrorHandler(writer writer.Writer) echo.HTTPErrorHandler

Types

type Handler

type Handler struct {
	Method         string
	Path           string
	HandleFunc     HandlerFunc
	MiddlewareFunc []echo.MiddlewareFunc
	RespWriter     writer.Writer
}

func NewHandler

func NewHandler(method string,
	path string,
	handleFunc HandlerFunc,
	middlewares []echo.MiddlewareFunc,
	writer writer.Writer) *Handler

type HandlerFunc

type HandlerFunc func(echo.Context) (interface{}, error)

type HttpController

type HttpController interface {
	GetHandlers() []*Handler
}

Jump to

Keyboard shortcuts

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