8 lines
91 B
Go
8 lines
91 B
Go
package utils
|
|
|
|
// AnalyticsItem ...
|
|
type AnalyticsItem struct {
|
|
Key string
|
|
Value int
|
|
}
|