package
2.6.1
Repository: https://github.com/altscore/gothic.git
Documentation: pkg.go.dev

# 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.
TenantFromContext returns the current user tenant from the API context.
No description provided by the author
UserFromContext returns the authenticated user from the context.
UserFromContextOrError returns the authenticated user from the context.

# Structs

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.