Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "CustomLabels"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomLabel ¶
type CustomLabelList ¶
type CustomLabelList []CustomLabel
type CustomLabels ¶
type CustomLabels struct {
metadata.MetadataInfo
XMLName xml.Name `xml:"CustomLabels"`
Xmlns string `xml:"xmlns,attr"`
Labels CustomLabelList `xml:"labels"`
}
func Open ¶
func Open(path string) (*CustomLabels, error)
func (*CustomLabels) GetLabels ¶
func (s *CustomLabels) GetLabels() CustomLabelList
func (*CustomLabels) SetMetadata ¶
func (c *CustomLabels) SetMetadata(m metadata.MetadataInfo)
func (*CustomLabels) Type ¶
func (c *CustomLabels) Type() metadata.MetadataType
Click to show internal directories.
Click to hide internal directories.