Versions in this module Expand all Collapse all v0 v0.9.17 Feb 6, 2026 v0.9.15 Feb 4, 2026 Changes in this version + type Config struct + Port int + ReadTimeout time.Duration + WriteTimeout time.Duration + type Server struct + func New(config *Config) *Server + func (s *Server) GetHandler() *http.ServeMux + func (s *Server) Start() error + func (s *Server) Stop(ctx context.Context) error