Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithOffline ¶
func WithOffline(offline bool) option
func WithReleaseRemoteRepos ¶ added in v0.50.2
func WithReleaseRemoteRepos(repos []string) option
func WithSnapshotRemoteRepos ¶ added in v0.53.0
func WithSnapshotRemoteRepos(repos []string) option
Types ¶
type Metadata ¶ added in v0.53.0
type Metadata struct { GroupId string `xml:"groupId"` ArtifactId string `xml:"artifactId"` Versioning Versioning `xml:"versioning"` Version string `xml:"version"` }
type Parser ¶ added in v0.51.2
type Parser struct {
// contains filtered or unexported fields
}
func (*Parser) Parse ¶ added in v0.51.2
func (p *Parser) Parse(r xio.ReadSeekerAt) ([]ftypes.Package, []ftypes.Dependency, error)
type SnapshotVersion ¶ added in v0.53.0
type Versioning ¶ added in v0.53.0
type Versioning struct {
SnapshotVersions []SnapshotVersion `xml:"snapshotVersions>snapshotVersion"`
}
Click to show internal directories.
Click to hide internal directories.