Versions in this module Expand all Collapse all v1 v1.0.1 Mar 12, 2024 v1.0.0 Mar 12, 2024 Changes in this version + const HTTPPort + const HTTPSPort + type Middleware interface + Execute func(cmd string) (string, string, error) + Exit func() + func NewSession(upstream Middleware, config *SessionConfig) (Middleware, error) + func NewUTF8(upstream Middleware) (Middleware, error) + type SessionConfig struct + AllowRedirection bool + Authentication string + CertificateThumbprint string + ComputerName string + Credential interface{} + Port int + UseSSL bool + func NewSessionConfig() *SessionConfig + func (c *SessionConfig) ToArgs() []string + type UserPasswordCredential struct + Password string + Username string