Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Authenticator ¶
func Authenticator[U any](a authentication.Authenticator[U]) base.MiddlewareFunc
func BearerToken ¶
BearerToken extracts the Bearer token from the Authorization header, returning an empty string if not present.
func GetSentryHub ¶
GetSentryHub returns the per-request Sentry hub stored in the echo context, or nil when Sentry is not configured.
func Logger ¶
func Logger(l logger.Logger) base.MiddlewareFunc
Logger emits structured logs for every HTTP request.
func Sentry ¶
func Sentry() base.MiddlewareFunc
Sentry returns a middleware that attaches a per-request Sentry hub to the echo context and captures any panics before the Recover middleware handles them.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.