Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel struct { XMLName xml.Name `xml:"channel"` Files string `xml:"files,attr"` Media string `xml:"media,attr"` Doap string `xml:"doap,attr"` SF string `xml:"sf,attr"` Title string `xml:"title"` Link string `xml:"link"` Description *struct { Data string `xml:",cdata"` } `xml:"description"` PubDate string `xml:"pubDate"` ManagingEditor string `xml:"managingEditor"` Docs string `xml:"docs"` Items []*Item `xml:"item"` }
type Item ¶
type Item struct { XMLName xml.Name `xml:"item"` Title *struct { Data string `xml:",cdata"` } `xml:"title"` Link string `xml:"link"` Guid string `xml:"guid"` PubDate string `xml:"pubDate"` Description *struct { Data string `xml:",cdata"` } `xml:"description"` SfFileId *SfFileId `xml:"sf-file-id"` ExtraInfo *ExtraInfo `xml:"extra-info"` Content *Content `xml:"content"` }
type Sourceforge ¶
type Sourceforge struct {
// contains filtered or unexported fields
}
func NewSourceforge ¶
func NewSourceforge(rssURL string) *Sourceforge
func (*Sourceforge) SendUpdate ¶
func (r *Sourceforge) SendUpdate()
func (*Sourceforge) UpdateItem ¶
func (r *Sourceforge) UpdateItem()
Click to show internal directories.
Click to hide internal directories.