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

Interface Getter

pkg/getter/base.go:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type Getter interface {
13 Get() proxy.ProxyList
14 Get2Chan(pc chan proxy.Proxy, wg *sync.WaitGroup)
15}
16
17type creator func(options tool.Options) (getter Getter, err error)
18

Callers 9

ParseSSRLinkFunction · 0.65
ParseVmessLinkFunction · 0.65
ParseTrojanLinkFunction · 0.65
ParseSSLinkFunction · 0.65
GetMethod · 0.65
freessrxyzFetchFunction · 0.65
GetMethod · 0.65
GetMethod · 0.65
CrawlGoFunction · 0.65

Implementers 6

WebFanqiangdangpkg/getter/web_fanqiangdang.go
WebFreessrXyzpkg/getter/web_free_ssr_xyz.go
WebFuzzpkg/getter/web_fuzz.go
WebFuzzSubpkg/getter/web_fuzz_sub.go
TGChannelGetterpkg/getter/tgchannel.go
Subscribepkg/getter/subscribe.go

Calls

no outgoing calls

Tested by

no test coverage detected