Versions in this module Expand all Collapse all v0 v0.2.1 Mar 19, 2026 Changes in this version + type AuthState struct + BufR *bufio.Reader + Conn *tls.Conn + ReqHeaders map[string]string + WebVPNCookie string + func NewAuthState() *AuthState + type Context struct + Auth *AuthState + Cfg *engineconfig.ClientConfig + LocalInterface *engineconfig.Interface + Logger *engineconfig.Logger + Profile *Profile + RootCAs *x509.CertPool + RoutingState any + Session *enginesession.Session + TLSCert *tls.Certificate + func NewContext() *Context + type Profile struct + AppVersion string + AuthMethod string + AuthPath string + BasePath string + ConfigHash string + DeviceID string + Group string + GroupAccess string + GroupAlias string + Host string + HostWithPort string + Initialized bool + Password string + Scheme string + SecretKey string + TunnelGroup string + Username string + func NewProfile() *Profile