fathom/models/pageview.go
2016-11-21 17:36:25 +01:00

7 lines
67 B
Go

package models
type Pageview struct {
Path string
Count int
}