Versions in this module Expand all Collapse all v0 v0.1.0 Jan 5, 2026 Changes in this version + func InstallCA(certPath, certName string) error + func SetSystemProxy(host string, port int) error + func UninstallCA(certName string) error + func UnsetSystemProxy() error + type ProxyConfig struct + Enabled bool + HTTPProxy string + HTTPSProxy string + Host string + Port int + type SystemProxy interface + GetProxy func() (*ProxyConfig, error) + InstallCA func(certPath string, certName string) error + IsCAInstalled func(certName string) (bool, error) + Name func() string + SetProxy func(host string, port int) error + UninstallCA func(certName string) error + UnsetProxy func() error + func New() (SystemProxy, error)