Files
go-extractor/article.go
2024-12-07 03:53:46 -05:00

15 lines
260 B
Go

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
}