package
Version:
v0.0.0-...-822cb40
Opens a new window with list of versions in this module.
Published: Mar 22, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type ArticleGuid struct {
Id string `xml:",chardata"`
IsPermaLink bool `xml:"isPermaLink,attr"`
}
type Feed struct {
XMLName xml.Name `xml:"channel"`
Title string `xml:"title"`
Description string `xml:"description"`
Link string `xml:"link"`
Articles []*Article `xml:"item"`
}
var ArticleFeed Feed = Feed{
Articles: []*Article{},
Title: "ICT-Flex - Announcements",
Link: "https://ict-flex.nl/mededelingen/",
Description: "RSS Feed for ICT-Flex announcements",
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.