Documentation ¶
Index ¶
Constants ¶
View Source
const (
FeedName = "crates"
)
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 Package ¶
type Package struct { ID string `json:"id"` Name string `json:"name"` UpdatedAt time.Time `json:"updated_at"` NewestVersion string `json:"newest_version"` MaxStableVersion string `json:"max_stable_version"` Repository string `json:"repository"` }
Package stores the information from crates.io updates.
Click to show internal directories.
Click to hide internal directories.