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
0f77812c77
fathom
/
models
/
pageview.go
9 lines
99 B
Go
Raw
Normal View
History
Unescape
Escape
add pageviews component
2016-11-21 16:36:25 +00:00
package
models
type
Pageview
struct
{
fix pageviews data retrieval for new table structure
2016-12-08 21:33:36 +00:00
Url
string
add pageviews component
2016-11-21 16:36:25 +00:00
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
}