8 lines
93 B
Go
8 lines
93 B
Go
package arn
|
|
|
|
// AnalyticsItem ...
|
|
type AnalyticsItem struct {
|
|
Key string
|
|
Value float64
|
|
}
|