sharingSet

package
v0.35.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2026 License: MIT Imports: 3 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL