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

Method GetConfigJSON

connection/connection_test.go:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (mcr *mockOrchestrator) GetConfigJSON() ([]byte, error) {
53 return nil, fmt.Errorf("not implemented")
54}
55
56func (*mockOrchestrator) UpdateConfig(version int32, config []byte) *tunnelpogs.UpdateConfigurationResponse {
57 return &tunnelpogs.UpdateConfigurationResponse{

Callers

nothing calls this directly

Calls 1

ErrorfMethod · 0.80

Tested by

no test coverage detected