# Functions
BindValidated binds the request (body/param/query) to the given struct and validates it.
ErrorNormalizerMiddleware is a middleware that convert general errors to HTTPError.
FromApi returns a context.Context that wraps the echo.Context.
Hidden creates a route that does not require authentication and is hidden from the documentation, logs, and metrics.
No description provided by the author
Public creates a route that does not require authentication.
RealUserFromContext returns the real authenticated user.
UserFromContext returns the authenticated user from the context.
UserFromContextOrError returns the authenticated user from the context.
# Constants
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
Module is an interface that should be implemented by all modules provides API endpoints (Route).
Validating is an interface that can be used to validate a struct.