fathom/models/pageview.go

9 lines
99 B
Go
Raw Normal View History

2016-11-21 16:36:25 +00:00
package models
type Pageview struct {
Url string
2016-11-21 16:36:25 +00:00
Path string
Count int
2016-11-22 16:03:29 +00:00
CountUnique int
2016-11-21 16:36:25 +00:00
}