package
Version:
v2.2.2-rc6+incompatible
Opens a new window with list of versions in this module.
Published: Apr 9, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
Proxy = ProxyList{
RWMutex: sync.RWMutex{},
}
)
type ProxyList struct {
sync.RWMutex
}
func (p *ProxyList) Add(key string)
func (p *ProxyList) Get() []string
func (p *ProxyList) Rm(key string)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.