MCPcopy 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
52type Orchestrator interface {
53 UpdateConfig(version int32, config []byte) *pogs.UpdateConfigurationResponse
54 GetConfigJSON() ([]byte, error)
55 GetOriginProxy() (OriginProxy, error)
56}

Callers 3

UpdateConfigurationMethod · 0.65
updateWithValidationFunction · 0.65

Implementers 2

mockOrchestratorconnection/connection_test.go
Orchestratororchestration/orchestrator.go

Calls

no outgoing calls

Tested by 1

updateWithValidationFunction · 0.52