2017-07-07 03:22:29 +02:00

8 lines
95 B
Go

package utils
// AnalyticsItem ...
type AnalyticsItem struct {
Key string
Value float64
}