Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Catalog ¶
type Catalog struct {
Repositories map[string]Repository
}
Catalog represent the list of repositories from which we fetch informations.
func FetchFromExternals ¶
type Release ¶ added in v0.2.0
Release holds information per release per repository It mainly holds the pre-loaded catalog information (containing the list of object published, their hash), as well as the URI to download the tarball containing those resources.
type Repository ¶ added in v0.2.0
Repository holds a map of version + "fetch information" useful to generate a catalog.
Click to show internal directories.
Click to hide internal directories.