8 lines
93 B
Go
Raw Normal View History

2019-06-03 09:32:43 +00:00
package arn
// AnalyticsItem ...
type AnalyticsItem struct {
Key string
Value float64
}