Versions in this module Expand all Collapse all v2 v2.0.2 Apr 1, 2026 v2.0.1 Apr 1, 2026 Changes in this version + type ErrorHandler struct + Controller ui.Controller + func NewErrorHandler(ctr ui.Controller) ErrorHandler + func (e *ErrorHandler) Get(err error, ctx echo.Context) + func (e *ErrorHandler) GetHttp400BadRequest(ctx echo.Context) error + func (e *ErrorHandler) GetHttp401Unauthorized(ctx echo.Context) error + func (e *ErrorHandler) GetHttp403Forbidden(ctx echo.Context) error + func (e *ErrorHandler) GetHttp404NotFound(ctx echo.Context) error + func (e *ErrorHandler) GetHttp500InternalServerError(ctx echo.Context) error + type HealthcheckRoute struct + func NewHealthCheckRoute(ctr ui.Controller) HealthcheckRoute + func (g *HealthcheckRoute) GetLiveness(ctx echo.Context) error + func (g *HealthcheckRoute) GetReadiness(ctx echo.Context) error