package
0.0.0-20250306120524-11777db3047b
Repository: https://github.com/cloudflare/cloudflared.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Structs
Config is the original config as read and parsed by cloudflared.
Orchestrator manages configurations, so they can be updatable during runtime properties are static, so it can be read without lock currentVersion and config are read/write infrequently, so their access are synchronized with RWMutex access to proxy is synchronized with atomic.Value, because it uses copy-on-write to provide scalable frequently read when update is infrequent.