Versions in this module Expand all Collapse all v1 v1.0.0 Aug 4, 2023 Changes in this version + type Server struct + func NewServer(_ context.Context, name, addr string) *Server + func (s *Server) Addr() string + func (s *Server) GracefulShutdown(ctx context.Context) + func (s *Server) HTTPServer() *http.Server + func (s *Server) Router() *chi.Mux + func (s *Server) Serve() error + func (s *Server) Status() http.Handler + func (s *Server) Stop()