Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConfig ¶
type Config ¶
type Config struct { Addr string `hcl:"addr"` Domain string `hcl:"domain"` SessionKey string `hcl:"session_key"` Auth AuthConfig `hcl:"auth"` Proxies ProxiesConfig `hcl:"proxies"` }
func LoadConfig ¶
type ProxiesConfig ¶
type ProxiesConfig map[string]ProxySettingConfig
type ProxySettingConfig ¶
Click to show internal directories.
Click to hide internal directories.