You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/ipn/localapi
Brad Fitzpatrick ebc552d2e0 health: add Tracker type, in prep for removing global variables
This moves most of the health package global variables to a new
`health.Tracker` type.

But then rather than plumbing the Tracker in tsd.System everywhere,
this only goes halfway and makes one new global Tracker
(`health.Global`) that all the existing callers now use.

A future change will eliminate that global.

Updates #11874
Updates #4136

Change-Id: I6ee27e0b2e35f68cb38fecdb3b2dc4c3f2e09d68
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
1 month ago
..
cert.go ipn/ipnlocal: do unexpired cert renewals in the background 8 months ago
debugderp.go all: use Go 1.22 range-over-int 2 months ago
disabled_stubs.go all: update copyright and license headers 1 year ago
localapi.go health: add Tracker type, in prep for removing global variables 1 month ago
localapi_test.go ipn/localapi: sort localapi handler map keys 2 months ago
pprof.go all: update copyright and license headers 1 year ago