fathom/pkg/models/pageview.go

11 lines
182 B
Go
Raw Normal View History

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