Versions in this module Expand all Collapse all v0 v0.2.0 Aug 19, 2024 Changes in this version type Server + func Debug(conf config.WebConfig, srv *http.Server) (s *Server, err error) + func (s *Server) Healthz(c *gin.Context) + func (s *Server) Maintenance() gin.HandlerFunc + func (s *Server) NotAllowed(c *gin.Context) + func (s *Server) NotFound(c *gin.Context) + func (s *Server) Readyz(c *gin.Context) + func (s *Server) SetStatus(health, ready bool) + func (s *Server) Status(c *gin.Context) + func (s *Server) URL() string v0.1.0 Aug 19, 2024 Changes in this version + type Server struct + func New(conf config.WebConfig) (srv *Server, err error) + func (s *Server) Serve(errc chan<- error) (err error) + func (s *Server) Shutdown() (err error)