mirror of
https://github.com/status-im/fathom.git
synced 2025-02-28 19:10:36 +00:00
7 lines
67 B
Go
7 lines
67 B
Go
package models
|
|
|
|
type Pageview struct {
|
|
Path string
|
|
Count int
|
|
}
|