Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "DashboardFolder"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DashboardFolder ¶
type DashboardFolder struct {
metadata.MetadataInfo
XMLName xml.Name `xml:"DashboardFolder"`
Xmlns string `xml:"xmlns,attr"`
AccessLevel struct {
Text string `xml:",chardata"`
} `xml:"accessLevel"`
SharedTo struct {
Text string `xml:",chardata"`
} `xml:"sharedTo"`
SharedToType struct {
Text string `xml:",chardata"`
} `xml:"sharedToType"`
} `xml:"folderShares"`
Name struct {
Text string `xml:",chardata"`
} `xml:"name"`
}
func Open ¶
func Open(path string) (*DashboardFolder, error)
func (*DashboardFolder) SetMetadata ¶
func (c *DashboardFolder) SetMetadata(m metadata.MetadataInfo)
func (*DashboardFolder) Type ¶
func (c *DashboardFolder) Type() metadata.MetadataType
Click to show internal directories.
Click to hide internal directories.