Documentation
¶
Index ¶
Constants ¶
View Source
const (
FeedName = "npm"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Feed ¶
type Feed struct {
// contains filtered or unexported fields
}
func (Feed) GetFeedOptions ¶
func (feed Feed) GetFeedOptions() feeds.FeedOptions
type PackageEvent ¶
type PackageEvent struct {
Title string `xml:"title"`
}
type Response ¶
type Response struct {
PackageEvents []PackageEvent `xml:"channel>item"`
}
Click to show internal directories.
Click to hide internal directories.