MCPcopy
hub / github.com/cloudflare/cloudflared / rawTCPService

Struct rawTCPService

ingress/origin_service.go:98–103  ·  view source on GitHub ↗

rawTCPService dials TCP to the destination specified by the client It's used by warp routing

Source from the content-addressed store, hash-verified

96// rawTCPService dials TCP to the destination specified by the client
97// It's used by warp routing
98type rawTCPService struct {
99 name string
100 dialer net.Dialer
101 writeTimeout time.Duration
102 logger *zerolog.Logger
103}
104
105func (o *rawTCPService) String() string {
106 return o.name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected