[management] fix private services calc on new db path (#7383)

This commit is contained in:
Pascal Fischer
2026-09-01 20:20:30 +02:00
committed by GitHub
parent e5c0cdf958
commit e3d6c3d0eb
13 changed files with 337 additions and 339 deletions

View File

@@ -54,6 +54,10 @@ type NetworkMapData struct { //nolint:revive // established name across the code
// builder can load because they are never written to the database.
Services []*nmdata.Service
// Domains are the account's registered reverse-proxy domains, used to
// resolve the zone apex a private service's records hang under.
Domains []nmdata.ProxyDomain
peerGroupsOnce sync.Once
peerGroupsIdx map[string]map[string]struct{}