package
0.0.0-20240625190017-a0fef5fe53bc
Repository: https://github.com/clearlinux/clr-installer.git
Documentation: pkg.go.dev
# Functions
DefaultGetProxyValue default implementation which only pulls from the current environment variables.
GetProxyValues returns a set of environment variable for a Bash shell command.
SetGetProxyValueFunc save the function used to return a string value for a Proxy based on the string prefix passed.
SetHTTPSProxy defines the HTTPS_PROXY env var value for all the cmd executions.
SetPreProxyFunc save the function used to run before processing proxies This is currently used by Gnome UI to copy Network Proxy from install user.
# Type aliases
GetProxyValueFunc is the type of the GetProxyValue function.