MCPcopy
hub / github.com/ph4ntonn/Stowaway / Proxy

Interface Proxy

share/proxy.go:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type Proxy interface {
15 Dial() (net.Conn, error)
16}
17
18type Socks5Proxy struct {
19 PeerAddr string

Callers 8

DialMethod · 0.65
DialMethod · 0.65
NormalActiveFunction · 0.65
ProxyStreamFunction · 0.65
normalReconnActiveReconnFunction · 0.65
startMethod · 0.65
startMethod · 0.65
NormalActiveFunction · 0.65

Implementers 2

Socks5Proxyshare/proxy.go
HTTPProxyshare/proxy.go

Calls

no outgoing calls

Tested by

no test coverage detected