Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "SharingSet"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SharingSet ¶
type SharingSet struct {
metadata.MetadataInfo
XMLName xml.Name `xml:"SharingSet"`
Xmlns string `xml:"xmlns,attr"`
AccessMappings []struct {
AccessLevel struct {
Text string `xml:",chardata"`
} `xml:"accessLevel"`
Object struct {
Text string `xml:",chardata"`
} `xml:"object"`
ObjectField struct {
Text string `xml:",chardata"`
} `xml:"objectField"`
UserField struct {
Text string `xml:",chardata"`
} `xml:"userField"`
} `xml:"accessMappings"`
Description struct {
Text string `xml:",chardata"`
} `xml:"description"`
Name struct {
Text string `xml:",chardata"`
} `xml:"name"`
Profiles struct {
Text string `xml:",chardata"`
} `xml:"profiles"`
}
func Open ¶
func Open(path string) (*SharingSet, error)
func (*SharingSet) SetMetadata ¶
func (c *SharingSet) SetMetadata(m metadata.MetadataInfo)
func (*SharingSet) Type ¶
func (c *SharingSet) Type() metadata.MetadataType
Click to show internal directories.
Click to hide internal directories.