Versions in this module Expand all Collapse all v0 v0.0.1 Jan 4, 2026 Changes in this version + func InitBaseRouter(handler *echo.Echo, aCfg any, aVer any) + type BaseRoutes struct + type HTTP struct + Cors struct{ ... } + Port string + Timeouts struct{ ... } + type Health struct + Status string + type Server struct + Handler *echo.Echo + func New(c context.Context, log *svclogger.Log, opts *HTTP) *Server + func (s *Server) Notify() <-chan error + func (s *Server) Shutdown(shutdownTimeout time.Duration) error