Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProxyMap = struct { sync.Mutex m map[string]*httputil.ReverseProxy }{ // contains filtered or unexported fields }
View Source
var ProxyPorts = struct { sync.Mutex m map[string]int }{ // contains filtered or unexported fields }
View Source
var ProxyRealName = struct { sync.Mutex m map[string]string }{ // contains filtered or unexported fields }
View Source
var ProxyWorks = struct { sync.Mutex m map[string]*int }{ // contains filtered or unexported fields }
Functions ¶
func AddProxyServer ¶
func GetProxyServer ¶
func GetProxyServer(name string) (*httputil.ReverseProxy, bool)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.