notify.moe/arn/StatisticsItem.go

8 lines
93 B
Go

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