MCPcopy Create free account
hub / github.com/bepass-org/proxy / readStruct

Struct readStruct

pkg/socks5/common.go:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301type readStruct struct {
302 data []byte
303 err error
304}
305
306type udpCustomConn struct {
307 net.PacketConn

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected