Versions in this module Expand all Collapse all v1 v1.0.0 Nov 4, 2025 Changes in this version + type AgentConfig struct + ID string + SecurityKey string + Server string + TLSInsecure bool + type Config struct + Agent AgentConfig + Connect ConnectConfig + Devices DevicesConfig + Disconnect DisconnectConfig + Download DownloadConfig + Server ServerConfig + Sessions SessionsConfig + Upload UploadConfig + func Load() (*Config, error) + type ConnectConfig struct + SecurityKey string + Server string + Shell string + type DevicesConfig struct + SecurityKey string + Server string + type DisconnectConfig struct + SecurityKey string + Server string + type DownloadConfig struct + Output string + SecurityKey string + Server string + type ServerConfig struct + Addr string + SecurityKey string + TLS bool + TLSCert string + TLSKey string + type SessionsConfig struct + SecurityKey string + Server string + type UploadConfig struct + Mode uint32 + SecurityKey string + Server string