Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertConfig ¶
type CertConfig struct { CAFile string CertFile string KeyFile string CertPasswd string IsSSL bool }
CertConfig is configuration of Cert
type ConsoleProxyConfig ¶
type ConsoleProxyConfig struct { Address string Port int ServCert *CertConfig DockerEndpoint string Privilege bool Cmd []string Tty bool Ips []string IsAuth bool IsOneSeesion bool }
ConsoleProxyConfig Config is a configuration
func NewConsoleProxyConfig ¶
func NewConsoleProxyConfig() ConsoleProxyConfig
NewConsoleProxyConfig create a config object
Click to show internal directories.
Click to hide internal directories.