Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PackageMap ¶ added in v0.1.1
func LoadFromManifest ¶
func LoadFromManifest(r io.Reader) (PackageMap, error)
func LoadFromURL ¶
func LoadFromURL(ctx context.Context, url string) (PackageMap, error)
LoadFromURL loads package information from a given HTTP URL.
func Parse ¶
func Parse(r io.Reader) (PackageMap, error)
Parse parses package information from an io.Reader.
func (PackageMap) Equals ¶ added in v0.1.1
func (a PackageMap) Equals(b PackageMap) ([]Diff, []Diff)
Equals - compares two Package slices for equality wrt versions. you run this on the downstream with the upstream as the argument
Click to show internal directories.
Click to hide internal directories.