go-extractor/article.go

15 lines
260 B
Go
Raw Permalink Normal View History

2024-12-07 03:53:46 -05:00
package extractor
type Article struct {
Title string
Content string
TextContent string
Length int
Excerpt string
Byline string
Dir string
SiteName string
Lang string
PublishedTime string
}