Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "AutoResponseRules"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoResponseRules ¶
type AutoResponseRules struct {
metadata.MetadataInfo
XMLName xml.Name `xml:"AutoResponseRules"`
Xmlns string `xml:"xmlns,attr"`
AutoResponseRule []struct {
FullName struct {
Text string `xml:",chardata"`
} `xml:"fullName"`
Active struct {
Text string `xml:",chardata"`
} `xml:"active"`
} `xml:"autoResponseRule"`
}
func Open ¶
func Open(path string) (*AutoResponseRules, error)
func (*AutoResponseRules) SetMetadata ¶
func (c *AutoResponseRules) SetMetadata(m metadata.MetadataInfo)
func (*AutoResponseRules) Type ¶
func (c *AutoResponseRules) Type() metadata.MetadataType
Click to show internal directories.
Click to hide internal directories.