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