fathom/pkg/models/page.go

9 lines
104 B
Go
Raw Normal View History

package models
type Page struct {
2016-12-11 13:50:01 +00:00
ID int64
Hostname string
Path string
Title string
}