Versions in this module Expand all Collapse all v1 v1.0.0 Jul 31, 2022 Changes in this version + type Server struct + func New(secret []byte, description string) (*Server, error) + func (s *Server) Close() + func (s *Server) Serve(ctx context.Context) error + func (s *Server) URL() string