1 2 3 4 5 6
package main // Metrics defines a metrics map type Metrics struct { Metrics map[string]float64 }