fathom/pkg/models/pageview.go

11 lines
182 B
Go
Raw Normal View History

2016-11-21 16:36:25 +00:00
package models
type Pageview struct {
2016-12-11 13:50:01 +00:00
ID int64
PageID int64
VisitorID int64
ReferrerKeyword string
ReferrerUrl string
Timestamp string
}