Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // PolicyMgr is a global notification policy manager PolicyMgr policy.Manager // HookManager is a hook manager HookManager hook.Manager )
Functions ¶
Types ¶
type EventType ¶
type EventType string
EventType is the type of event
func GetSupportedEventTypes ¶
func GetSupportedEventTypes() []EventType
type NotifyType ¶
type NotifyType string
NotifyType is the type of notify
func GetSupportedNotifyTypes ¶
func GetSupportedNotifyTypes() []NotifyType
func (NotifyType) String ¶
func (n NotifyType) String() string
type PayloadFormatType ¶
type PayloadFormatType string
PayloadFormatType is the type of payload format
func GetSupportedPayloadFormats ¶
func GetSupportedPayloadFormats() []PayloadFormatType
func (PayloadFormatType) String ¶
func (p PayloadFormatType) String() string
Click to show internal directories.
Click to hide internal directories.