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