mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 11:30:28 +00:00
11 lines
182 B
Go
11 lines
182 B
Go
package models
|
|
|
|
type Pageview struct {
|
|
ID int64
|
|
PageID int64
|
|
VisitorID int64
|
|
ReferrerKeyword string
|
|
ReferrerUrl string
|
|
Timestamp string
|
|
}
|