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

Method String

ingress/origin_service.go:33–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31// OriginService is something a tunnel can proxy traffic to.
32type OriginService interface {
33 String() string
34 // Start the origin service if it's managed by cloudflared, e.g. proxy servers or Hello World.
35 // If it's not managed by cloudflared, this is a no-op because the user is responsible for
36 // starting the origin service.

Callers 15

StringCIDRMethod · 0.65
MultiLineStringMethod · 0.65
MarshalJSONMethod · 0.65
handlePacketMethod · 0.65
RequestSpanMethod · 0.65
RequestMethod · 0.65
RequestMethod · 0.65
ServeMethod · 0.65
sendReplyMethod · 0.65
StringMethod · 0.65
startMethod · 0.65
DialTCPMethod · 0.65

Implementers 9

unixSocketPathingress/origin_service.go
httpServiceingress/origin_service.go
rawTCPServiceingress/origin_service.go
tcpOverWSServiceingress/origin_service.go
socksProxyOverWSServiceingress/origin_service.go
helloWorldingress/origin_service.go
statusCodeingress/origin_service.go
ManagementServiceingress/origin_service.go
MockOriginHTTPServiceingress/origin_service.go

Calls

no outgoing calls