fathom/models/pageview.go
2016-11-22 17:03:29 +01:00

8 lines
85 B
Go

package models
type Pageview struct {
Path string
Count int
CountUnique int
}