Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoMiddleware ¶
type GoMiddleware struct { }
GoMiddleware represent the data-struct for middleware
func (*GoMiddleware) CORS ¶
func (m *GoMiddleware) CORS(next echo.HandlerFunc) echo.HandlerFunc
CORS will handle the CORS middleware
func (*GoMiddleware) InstrumentMiddleware ¶
func (m *GoMiddleware) InstrumentMiddleware(next echo.HandlerFunc) echo.HandlerFunc
InstrumentMiddleware will handle the instrumentation middleware
Click to show internal directories.
Click to hide internal directories.