MCPcopy Index your code
hub / github.com/cloudflare/cloudflared / GetConfigJSON

Method GetConfigJSON

connection/control.go:45–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44type TunnelConfigJSONGetter interface {
45 GetConfigJSON() ([]byte, error)
46}
47
48// NewControlStream returns a new instance of ControlStreamHandler

Callers 1

ServeControlStreamMethod · 0.65

Implementers 2

mockOrchestratorconnection/connection_test.go
Orchestratororchestration/orchestrator.go

Calls

no outgoing calls

Tested by

no test coverage detected