prometheus/model/labels
Bryan Boreham a3e02f35d6 labels: extract common code between slice and stringlabels
This reduces bulk and should avoid issues if a fix is made in one file
and not the other.

A few methods now call `Range()` instead of `range`, but nothing
performance-sensitive.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2023-11-17 18:20:03 +00:00
..
labels.go labels: extract common code between slice and stringlabels 2023-11-17 18:20:03 +00:00
labels_common.go labels: extract common code between slice and stringlabels 2023-11-17 18:20:03 +00:00
labels_stringlabels.go labels: extract common code between slice and stringlabels 2023-11-17 18:20:03 +00:00
labels_test.go
matcher.go
matcher_test.go
regexp.go
regexp_test.go
test_utils.go