MCPcopy
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
20func SetProxies(key string, proxies proxy.ProxyList) {
21 c.Set(key, proxies, cache.NoExpiration)
22}
23
24func SetString(key, value string) {
25 c.Set(key, value, cache.NoExpiration)

Callers 1

CrawlGoFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected