health: go formatting fix.

Signed-off-by: Luke Kosewski <lkosewsk@tailscale.com>
This commit is contained in:
Luke Kosewski 2026-04-30 15:52:43 -07:00
parent fa4ad9d5d5
commit 34a0acd328

View File

@ -129,7 +129,7 @@ type Tracker struct {
lastNotifiedControlMessages map[tailcfg.DisplayMessageID]tailcfg.DisplayMessage // latest control messages processed, kept for change detection
controlMessages map[tailcfg.DisplayMessageID]tailcfg.DisplayMessage // latest control messages received
lastLoginErr error
mapRoutineNodeNotFound bool // control returned 404 on /machine/map
mapRoutineNodeNotFound bool // control returned 404 on /machine/map
localLogConfigErr error
tlsConnectionErrors map[string]error // map[ServerName]error
metricHealthMessage any // nil or *metrics.MultiLabelMap[metricHealthMessageLabel]