fathom/models/pageview.go

8 lines
85 B
Go

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