Versions in this module Expand all Collapse all v0 v0.0.2 Feb 5, 2026 v0.0.1 Feb 5, 2026 Changes in this version + type Server struct + func NewServer(cfg *config.Config, logger *logrus.Logger) (*Server, error) + func (s *Server) Shutdown(timeout time.Duration) error + func (s *Server) Start() error