fathom/pkg/models/page.go

9 lines
104 B
Go

package models
type Page struct {
ID int64
Hostname string
Path string
Title string
}