middleware

package
v0.0.0-...-2c24670 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// DefaultApiErrorConfig is the default ApiError middleware config.
	DefaultTemplateConfig = TemplateConfig{
		Skipper: emw.DefaultSkipper,
	}
)

Functions

func TemplateMiddleware

func TemplateMiddleware() echo.MiddlewareFunc

ApiError returns a middleware that logs converts errors to json api errors.

func TemplateWithConfig

func TemplateWithConfig(config TemplateConfig) echo.MiddlewareFunc

Types

type TemplateConfig

type TemplateConfig struct {
	// Skipper defines a function to skip middleware.
	Skipper emw.Skipper
}

ApiErrorConfig defines the config for ApiError middleware.

Jump to

Keyboard shortcuts

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