Versions in this module Expand all Collapse all v0 v0.2.0 Jun 28, 2026 Changes in this version + func HTTPErrorHandler(c *base.Context, err error) + func NewEcho[U any](v validator.Validator, l logger.Logger, a authentication.Authenticator[U]) *base.Echo + type Server struct + func NewServer(e *base.Echo, c ServerConfig, l logger.Logger) *Server + func (s *Server) Start(ctx context.Context) error + func (s *Server) Stop(ctx context.Context) error + type ServerConfig struct + Hosts []string + IdleTimeout int + ReadHeaderTimeout int + ReadTimeout int + WriteTimeout int