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

Method Check

cmd/cloudflared/updater/service.go:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10// Service is the functions to get check for new updates
11type Service interface {
12 Check() (CheckResult, error)
13}
14
15const (

Calls

no outgoing calls