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