Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudflare/cloudflared
/ UpdateConfig
Method
UpdateConfig
connection/connection.go:53–53 ·
view source on GitHub ↗
(version int32, config []byte)
Source
from the content-addressed store, hash-verified
51
52
type
Orchestrator
interface
{
53
UpdateConfig(version int32, config []byte) *pogs.UpdateConfigurationResponse
54
GetConfigJSON() ([]byte, error)
55
GetOriginProxy() (OriginProxy, error)
56
}
Callers
3
handleConfigurationUpdate
Method · 0.65
UpdateConfiguration
Method · 0.65
updateWithValidation
Function · 0.65
Implementers
2
mockOrchestrator
connection/connection_test.go
Orchestrator
orchestration/orchestrator.go
Calls
no outgoing calls
Tested by
1
updateWithValidation
Function · 0.52