commit
e92cde6958
1 changed files with 1 additions and 0 deletions
1
rss.go
1
rss.go
|
@ -46,6 +46,7 @@ type Item struct {
|
||||||
Enclosure []ItemEnclosure `xml:"enclosure"`
|
Enclosure []ItemEnclosure `xml:"enclosure"`
|
||||||
Description string `xml:"description"`
|
Description string `xml:"description"`
|
||||||
Content string `xml:"content"`
|
Content string `xml:"content"`
|
||||||
|
FullText string `xml:"full-text"`
|
||||||
}
|
}
|
||||||
|
|
||||||
//Date type
|
//Date type
|
||||||
|
|
Loading…
Reference in a new issue