Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zu1k/proxypool
/ SetProxies
Function
SetProxies
internal/cache/cache.go:20–22 ·
view source on GitHub ↗
(key string, proxies proxy.ProxyList)
Source
from the content-addressed store, hash-verified
18
}
19
20
func
SetProxies(key string, proxies proxy.ProxyList) {
21
c.Set(key, proxies, cache.NoExpiration)
22
}
23
24
func
SetString(key, value string) {
25
c.Set(key, value, cache.NoExpiration)
Callers
1
CrawlGo
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected