Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsBehindProxy ¶ added in v0.0.14
func IsBehindProxy() bool
Types ¶
type Env ¶ added in v0.0.13
func (*Env) CreateDirs ¶ added in v0.0.13
func (*Env) SetupState ¶ added in v0.0.13
type ProxyConfig ¶
type ProxyConfig struct { Http string `json:"http,omitempty"` Https string `json:"https,omitempty"` NoProxy string `json:"exclude,omitempty"` }
func BuildProxyConfig ¶
func BuildProxyConfig(boshDirectorIP string, cfRouterIP string, hostIP string) ProxyConfig
Click to show internal directories.
Click to hide internal directories.