This website requires JavaScript.
Explore
Help
Sign In
status-im
/
fathom
mirror of
https://github.com/status-im/fathom.git
Watch
2
Star
0
Fork
You've already forked fathom
0
Code
Issues
Projects
Releases
Wiki
Activity
933884c401
fathom
/
models
/
pageview.go
8 lines
85 B
Go
Raw
Normal View
History
Unescape
Escape
add pageviews component
2016-11-21 16:36:25 +00:00
package
models
type
Pageview
struct
{
Path
string
Count
int
add visitor graph
2016-11-22 16:03:29 +00:00
CountUnique
int
add pageviews component
2016-11-21 16:36:25 +00:00
}