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