Versions in this module Expand all Collapse all v0 v0.11.10 Feb 13, 2026 v0.11.8 Feb 13, 2026 Changes in this version + type Server struct + BaseURL string + ReceiveURL string + SendURL string + func New(cfg *config.Config) (*Server, error) + func (s *Server) DisplayQR(url string) + func (s *Server) ReceiveTo(dir string) error + func (s *Server) Send(p body.Body) + func (s Server) Shutdown() + func (s Server) Wait() error