Versions in this module Expand all Collapse all v0 v0.2.0 May 31, 2023 Changes in this version + type XtermServer interface + Serve func(ctx context.Context) error + type XtermServerImpl struct + AllowedHostnames []string + Arguments []string + Command string + ConnectionErrorLimit int + HtmlTitle string + KeepalivePingTimeout int + MaxBufferSizeBytes int + ServerAddress string + ServerPort int + UrlRoutePrefix string + func (xtermServer *XtermServerImpl) Serve(ctx context.Context) error