Documentation ¶
Index ¶
Constants ¶
View Source
const (
FeedName = "maven-central"
)
Variables ¶
View Source
var (
ErrMaxRetriesReached = errors.New("maximum retries reached due to rate limiting")
)
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 LatestVersionInfo ¶
type LatestVersionInfo struct { Version string `json:"version"` TimestampUnixWithMS int64 `json:"timestampUnixWithMS"` }
Package represents package information.
type Package ¶
type Package struct { Name string `json:"name"` Namespace string `json:"namespace"` LatestVersionInfo LatestVersionInfo `json:"latestVersionInfo"` }
Click to show internal directories.
Click to hide internal directories.