MCPcopy
hub / github.com/labstack/echo / MiddlewareFunc

FuncType MiddlewareFunc

echo.go:129–129  ·  view source on GitHub ↗

MiddlewareFunc defines a function to process middleware.

func(next HandlerFunc) HandlerFunc

Source from the content-addressed store, hash-verified

127
128// MiddlewareFunc defines a function to process middleware.
129type MiddlewareFunc func(next HandlerFunc) HandlerFunc
130
131// MiddlewareConfigurator defines interface for creating middleware handlers with possibility to return configuration errors instead of panicking.
132type MiddlewareConfigurator interface {

Callers 2

TestEchoGroupFunction · 0.85
TestVirtualHostHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…