VictoriaMetrics/lib/promscrape/discovery/kuma
Aliaksandr Valialkin 140e7b6b74
all: replace atomic.Value with atomic.Pointer[T]
This eliminates the need in .(*T) casting for results obtained from Load()

Leave atomic.Value for map, since atomic.Pointer[map[...]...] makes double pointer to map,
because map is already a pointer type.
2023-07-19 17:42:06 -07:00
..
api.go all: replace atomic.Value with atomic.Pointer[T] 2023-07-19 17:42:06 -07:00
api_test.go lib/promscrape/discovery/kuma: follow-up for 317fef95f9 2023-02-22 17:51:51 -08:00
kuma.go all: replace atomic.Value with atomic.Pointer[T] 2023-07-19 17:42:06 -07:00