package
0.0.0-20250306120524-11777db3047b
Repository: https://github.com/cloudflare/cloudflared.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewWorkersService creates a new updater Service object.
NewWorkersVersion creates a new Version object.
No description provided by the author
Update is the handler for the update command from the command line.
# Constants
ArchitectureKeyName is the url parameter key to send to the checkin API for the architecture of the local cloudflared (e.g.
BetaKeyName is the url parameter key to send to the checkin API to signal if the update should be a beta version or not.
ClientVersionName is the url parameter key to send the version that this cloudflared is currently running with.
No description provided by the author
No description provided by the author
OSKeyName is the url parameter key to send to the checkin API for the operating system of the local cloudflared (e.g.
No description provided by the author
No description provided by the author
VersionKeyName is the url parameter key to send to the checkin API to specific what version to upgrade or downgrade to.
# Variables
No description provided by the author
# Structs
AutoUpdater periodically checks for new version of cloudflared.
Options are the update options supported by the.
No description provided by the author
VersionResponse is the JSON response from the Workers API endpoint.
No description provided by the author
WorkersService implements Service.
WorkersVersion implements the Version interface.
# Interfaces
CheckResult is the behaviour resulting from checking in with the Update Service.
Service is the functions to get check for new updates.