Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "Group"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
metadata.MetadataInfo
XMLName xml.Name `xml:"Group"`
Xmlns string `xml:"xmlns,attr"`
Description *struct {
Text string `xml:",chardata"`
} `xml:"description"`
DoesIncludeBosses struct {
Text string `xml:",chardata"`
} `xml:"doesIncludeBosses"`
Name struct {
Text string `xml:",chardata"`
} `xml:"name"`
}
func (*Group) SetMetadata ¶
func (c *Group) SetMetadata(m metadata.MetadataInfo)
func (*Group) Type ¶
func (c *Group) Type() metadata.MetadataType
Click to show internal directories.
Click to hide internal directories.