Documentation
¶
Overview ¶
Package notification provides provider around notifications plugins.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNotificationProvider ¶
func NewNotificationProvider(ctor *ConstructNotification) (providers.INotificationProvider, error)
NewNotificationProvider creates a new notification provider.
Types ¶
type ConstructNotification ¶
type ConstructNotification struct { Name string Provider string Loader providers.IPluginLoaderProvider RawConfig []byte Logger common.ILoggerProvider Secret common.ISecretProvider }
ConstructNotification defines notifications provider constructor.
Click to show internal directories.
Click to hide internal directories.