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