Files
spyda/types/item.go
2021-01-30 23:50:26 +10:00

14 lines
181 B
Go

package types
type Item struct {
ID int
Length int
URL string
Title string
Author string
Summary string
Content string
HTMLContent string
}