sourceForge

package
v1.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 22, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Channel

type Channel struct {
	Title string `xml:"title"`
	Item  []Item `xml:"item"`
}

type Item

type Item struct {
	Title       string `xml:"title"`
	Link        string `xml:"link"`
	Guid        string `xml:"guid"`
	PubDate     string `xml:"pubDate"`
	Description string `xml:"description"`
}

type Release

type Release struct {
	Channel Channel `xml:"channel"`
}

func GetReleaseByRss

func GetReleaseByRss(rssUrl string) (r *Release, err error)

func (*Release) GetAssets

func (r *Release) GetAssets(includes []string, excludes []string) (assets []Item)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL