Documentation ¶ Index ¶ Variables type ProxyList func (p *ProxyList) Add(key string) func (p *ProxyList) Get() []string func (p *ProxyList) Rm(key string) Constants ¶ This section is empty. Variables ¶ View Source var ( Proxy = ProxyList{ RWMutex: sync.RWMutex{}, // contains filtered or unexported fields } ) Functions ¶ This section is empty. Types ¶ type ProxyList ¶ type ProxyList struct { sync.RWMutex // contains filtered or unexported fields } func (*ProxyList) Add ¶ func (p *ProxyList) Add(key string) func (*ProxyList) Get ¶ func (p *ProxyList) Get() []string func (*ProxyList) Rm ¶ func (p *ProxyList) Rm(key string) Source Files ¶ View all Source files whitelist.go Click to show internal directories. Click to hide internal directories.