MCPcopy
hub / github.com/zu1k/proxypool / Subscribe

Struct Subscribe

pkg/getter/subscribe.go:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type Subscribe struct {
18 Url string
19}
20
21func (s *Subscribe) Get() proxy.ProxyList {
22 resp, err := tool.GetHttpClient().Get(s.Url)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected