Versions in this module Expand all Collapse all v1 v1.2.4 Jan 1, 2026 Changes in this version + func WrapHandler(handler http.Handler) echo.HandlerFunc + func WrapHandlerFunc(handlerFunc http.HandlerFunc) echo.HandlerFunc + type Server struct + func (s *Server) GetEcho() *echo.Echo + func (s *Server) Group(prefix string, middleware ...echo.MiddlewareFunc) *echo.Group + func (s *Server) IsRunning() bool + func (s *Server) RegisterHandler(method string, path string, handler echo.HandlerFunc, ...) + func (s *Server) RegisterHandlerAny(path string, handler echo.HandlerFunc, middleware ...echo.MiddlewareFunc) + func (s *Server) Start(address string, listenAndServeFailureFunc func(err error)) error + func (s *Server) Stop(shutdownTimeout time.Duration) error + func (s *Server) Use(middleware ...echo.MiddlewareFunc)