VictoriaMetrics/lib/promscrape/discovery/kuma
Aliaksandr Valialkin 992c300ce9
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:48:26 -07:00
..
api.go all: replace atomic.Value with atomic.Pointer[T] 2023-07-19 17:48:26 -07:00
api_test.go lib/promscrape/discovery/kuma: follow-up for 317fef95f9 2023-02-22 17:50:54 -08:00
kuma.go all: replace atomic.Value with atomic.Pointer[T] 2023-07-19 17:48:26 -07:00