Versions in this module Expand all Collapse all v1 v1.3.0 Mar 18, 2026 Changes in this version + type Config struct + ColorHex string + Content string + Filename string + IsMarkdown bool + Label string + Port int + Theme string + Verbose bool + type Server struct + OnShutdown func() + func New(cfg Config) *Server + func (s *Server) Addr() string + func (s *Server) Shutdown() + func (s *Server) Start(ctx context.Context) (string, error) + func (s *Server) UpdateContent(content string, blocks []string) + func (s *Server) Wait() + type WSHub struct