Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManifestMetadata ¶
type Module ¶
type Module struct { ModuleType string `xml:"type,attr"` Name string `xml:"name"` Arch string `xml:"arch"` Checksum string `xml:"checksum"` Version string `xml:"version"` Packager string `xml:"packager"` Location Location `xml:"location"` Signature Location `xml:"signature"` Platform string `xml:"platform"` }
type RepoMetadata ¶
type RepoMetadata struct { Revision string `xml:"revision"` Manifest ManifestMetadata `xml:"data"` }
type Repository ¶
type Repository struct { BaseUrl string SkipGPGVerify bool // contains filtered or unexported fields }
func DefaultRepository ¶
func DefaultRepository() Repository
func (*Repository) Get ¶
func (r *Repository) Get(kernVer string) int
func (*Repository) List ¶
func (r *Repository) List() (Manifest, error)
Click to show internal directories.
Click to hide internal directories.