Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "OmniInteractionConfig"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OmniInteractionConfig ¶
type OmniInteractionConfig struct {
metadata.MetadataInfo
XMLName xml.Name `xml:"OmniInteractionConfig"`
Xmlns string `xml:"xmlns,attr"`
MasterLabel struct {
Text string `xml:",chardata"`
} `xml:"masterLabel"`
Value struct {
Text string `xml:",chardata"`
} `xml:"value"`
}
func Open ¶
func Open(path string) (*OmniInteractionConfig, error)
func (*OmniInteractionConfig) SetMetadata ¶
func (c *OmniInteractionConfig) SetMetadata(m metadata.MetadataInfo)
func (*OmniInteractionConfig) Type ¶
func (c *OmniInteractionConfig) Type() metadata.MetadataType
Click to show internal directories.
Click to hide internal directories.