Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProxyConfig ¶
type ProxyConfig struct {
Proxy ProxyServerConfig `yaml:"proxy" json:"proxy"`
}
ProxyConfig represents the proxy configuration section in the config file
type ProxyServerConfig ¶
type ProxyServerConfig struct {
Upstream proxy.UpstreamConfig `yaml:"upstream" json:"upstream"`
}
ProxyServerConfig represents proxy server settings
Click to show internal directories.
Click to hide internal directories.