gSourceForge

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2023 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 added in v1.1.1

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

func NewRelease added in v1.1.1

func NewRelease(releaseApiUrl string) (r *Release, err error)

func (*Release) SearchRelease added in v1.1.1

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

SearchRelease 搜索

Jump to

Keyboard shortcuts

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