Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Archive ¶
type Archive struct { HostOs string `xml:"host-os"` HostArch string `xml:"host-arch"` Complete ArchiveComplete `xml:"complete"` }
type ArchiveComplete ¶
type ChannelRef ¶
type ChannelRef struct {
Ref string `xml:"ref,attr"`
}
type Manifest ¶
type Manifest struct {
RemotePackages []RemotePackage `xml:"remotePackage"`
}
func GetManifest ¶
type RemotePackage ¶
type RemotePackage struct { Path string `xml:"path,attr"` DisplayName string `xml:"display-name"` Revision Revision `xml:"revision"` TypeDetails TypeDetails `xml:"type-details"` ChannelRef ChannelRef `xml:"channelRef"` Archives Archives `xml:"archives"` }
type TypeDetail ¶
type TypeDetails ¶
type TypeDetails struct { ApiLevel string `xml:"api-level"` Tag TypeDetail `xml:"tag"` Vendor TypeDetail `xml:"vendor"` Abi string `xml:"abi"` }
Click to show internal directories.
Click to hide internal directories.