8 lines
95 B
Go
Raw Normal View History

2017-07-07 02:07:34 +02:00
package utils
// AnalyticsItem ...
type AnalyticsItem struct {
Key string
2017-07-07 03:22:29 +02:00
Value float64
2017-07-07 02:07:34 +02:00
}