package main // Metrics defines a metrics map type Metrics struct { Metrics map[string]float64 }