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

Interface Proxy

pkg/proxy/base.go:45–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45type Proxy interface {
46 String() string
47 ToClash() string
48 ToSurge() string
49 Link() string
50 Identifier() string
51 SetName(name string)
52 SetIP(ip string)
53 TypeName() string
54 BaseInfo() *Base
55 Clone() Proxy
56 SetUseable(useable bool)
57 SetCountry(country string)
58}

Callers 46

FindMethod · 0.65
testDelayFunction · 0.65
LinkMethod · 0.65
ParseSSLinkFunction · 0.65
ProvideMethod · 0.65
ProvideMethod · 0.65
ProvideMethod · 0.65
ProvideMethod · 0.65
ProvideMethod · 0.65
ProvideMethod · 0.65
TestSSLinkFunction · 0.65
TestSSRLinkFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected