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{}'. |
||
---|---|---|
.. | ||
deployment | ||
multiarch | ||
auth_config_test.go | ||
auth_config.go | ||
example_config_ent.yml | ||
example_config.yml | ||
main_test.go | ||
main.go | ||
Makefile | ||
README.md | ||
target_url_test.go | ||
target_url.go |
See vmauth docs here.
vmauth docs can be edited at docs/vmauth.md.