coredns/plugin/metrics/vars
Miek Gieben 9abbf4a4a0 map bool -> map struct{} (#2386)
This clear out the remaining map[x]bool usage and moves the bool to an
empty struct.

Two note worthy other changes:

* EnableChaos in the server is now also exported to make it show up in
  the documentation.
* The auto plugin is left as is, because there the boolean is
  explicitaly set to false to signal 'to-be-deleted' and the key is left
  as-is.

Signed-off-by: Miek Gieben <miek@miek.nl>
2018-12-10 02:17:15 -08:00
..
report.go map bool -> map struct{} (#2386) 2018-12-10 02:17:15 -08:00
vars.go plugin/metrics: add panic counter (#1778) 2018-05-05 19:47:41 +02:00