This website requires JavaScript.
Explore
Help
Sign In
status-im
/
fathom
Watch
2
Star
0
Fork
0
You've already forked fathom
mirror of
https://github.com/status-im/fathom.git
synced
2025-03-01 19:40:27 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
fathom
/
pkg
/
models
/
page.go
9 lines
104 B
Go
Raw
Normal View
History
Unescape
Escape
add tables for pages & sites & normalize data into those tables
2016-12-08 22:20:40 +01:00
package
models
type
Page
struct
{
gofmt project
2016-12-11 14:50:01 +01:00
ID
int64
Hostname
string
Path
string
Title
string
add tables for pages & sites & normalize data into those tables
2016-12-08 22:20:40 +01:00
}
Reference in New Issue
Copy Permalink