Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "ExperienceBundle"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExperienceBundle ¶
type ExperienceBundle struct {
metadata.MetadataInfo
XMLName xml.Name `xml:"ExperienceBundle"`
Xmlns string `xml:"xmlns,attr"`
Label struct {
Text string `xml:",chardata"`
} `xml:"label"`
ExperienceType struct {
Text string `xml:",chardata"`
} `xml:"type"`
UrlPathPrefix struct {
Text string `xml:",chardata"`
} `xml:"urlPathPrefix"`
}
func Open ¶
func Open(path string) (*ExperienceBundle, error)
func (*ExperienceBundle) SetMetadata ¶
func (c *ExperienceBundle) SetMetadata(m metadata.MetadataInfo)
func (*ExperienceBundle) Type ¶
func (c *ExperienceBundle) Type() metadata.MetadataType
Click to show internal directories.
Click to hide internal directories.