mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 11:30:28 +00:00
9 lines
104 B
Go
9 lines
104 B
Go
package models
|
|
|
|
type Page struct {
|
|
ID int64
|
|
Hostname string
|
|
Path string
|
|
Title string
|
|
}
|