Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotValid = errors.New("not a valid bundle")
Functions ¶
Types ¶
type AppInstaller ¶
type AppInstaller struct {
XMLName xml.Name
Version string `xml:",attr"`
URI string `xml:"Uri,attr"`
MainBundle *Package
MainPackage *Package
Dependencies *Packages
OptionalPackages *Packages
RelatedPackages *Packages
UpdateSettings *UpdateSettings
}
func (*AppInstaller) MarshalXML ¶
func (ai *AppInstaller) MarshalXML(enc *xml.Encoder, start xml.StartElement) error
type OnLaunchConfig ¶
type UpdateSettings ¶
Click to show internal directories.
Click to hide internal directories.