Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
type
Getter
interface
{
13
Get() proxy.ProxyList
14
Get2Chan(pc
chan
proxy.Proxy, wg *sync.WaitGroup)
15
}
16
17
type
creator
func
(options tool.Options) (getter Getter, err error)
18
Callers
9
ParseSSRLink
Function · 0.65
ParseVmessLink
Function · 0.65
ParseTrojanLink
Function · 0.65
ParseSSLink
Function · 0.65
Get
Method · 0.65
freessrxyzFetch
Function · 0.65
Get
Method · 0.65
Get
Method · 0.65
CrawlGo
Function · 0.65
Implementers
6
WebFanqiangdang
pkg/getter/web_fanqiangdang.go
WebFreessrXyz
pkg/getter/web_free_ssr_xyz.go
WebFuzz
pkg/getter/web_fuzz.go
WebFuzzSub
pkg/getter/web_fuzz_sub.go
TGChannelGetter
pkg/getter/tgchannel.go
Subscribe
pkg/getter/subscribe.go
Calls
no outgoing calls
Tested by
no test coverage detected