# Functions
NewOpsGenieProvider creates the OpsGenie notification provider.
NewPagerDutyProvider creates the PagerDuty notification provider.
NewProvider is the factory entrace to the notifications backends.
# Structs
FailureMessage is the notifier struct that contains all relevant notification information to provide to operators and developers.
OpsGenieProvider contains the required configuration to send OpsGenie notifications.
PagerDutyProvider contains the required configuration to send PagerDuty notifications.
# Interfaces
Notifier is the interface to the Notifiers functions.