Versions in this module Expand all Collapse all v0 v0.0.14 Mar 15, 2019 Changes in this version + func IsBehindProxy() bool v0.0.13 Jan 4, 2019 Changes in this version + type Env struct + Config config.Config + func (e *Env) CreateDirs() error + func (e *Env) MkdirAlls(dirs ...string) error + func (e *Env) RemoveDirAlls(dirs ...string) error + func (e *Env) SetupState() error v0.0.12 Oct 22, 2018 v0.0.11 Oct 8, 2018 Changes in this version + func SetupHomeDir(config config.Config) error + type ProxyConfig struct + Http string + Https string + NoProxy string + func BuildProxyConfig(boshDirectorIP string, cfRouterIP string, hostIP string) ProxyConfig