mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 03:20:27 +00:00
8 lines
85 B
Go
8 lines
85 B
Go
package models
|
|
|
|
type Pageview struct {
|
|
Path string
|
|
Count int
|
|
CountUnique int
|
|
}
|