Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyConfig ¶
type ProxyConfig struct {
ProxyUrl string `json:"proxyUrl,omitempty"`
}
type SSHTunnelConfig ¶
type ServerConnectionConfigBean ¶
type ServerConnectionConfigBean struct {
ConnectionMethod ServerConnectionMethod `json:"connectionMethod,omitempty"`
ProxyConfig ProxyConfig `json:"proxyConfig,omitempty"`
SSHTunnelConfig SSHTunnelConfig `json:"SSHConfig,omitempty"`
}
type ServerConnectionMethod ¶
type ServerConnectionMethod string
const ( ServerConnectionMethodProxy ServerConnectionMethod = "PROXY" ServerConnectionMethodSSH ServerConnectionMethod = "SSH" )
Click to show internal directories.
Click to hide internal directories.