mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
3c02937a34
'any' type is supported starting from Go1.18. Let's consistently use it instead of 'interface{}' type across the code base, since `any` is easier to read than 'interface{}'. |
||
---|---|---|
.. | ||
alerting_test.go | ||
alerting.go | ||
group_test.go | ||
group_timing_test.go | ||
group.go | ||
recording_test.go | ||
recording.go | ||
rule_test.go | ||
rule.go | ||
test_helpers.go | ||
utils_test.go | ||
utils.go |