Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseAlertIntegration ¶
type BaseAlertIntegration interface {
GetChannels() ([]*discordgo.Channel, error)
SendErrorAlert(channelId string, payload ErrorAlertPayload) error
SendNewUserAlert(channelId string, payload NewUserAlertPayload) error
SendNewSessionAlert(channelId string, payload NewSessionAlertPayload) error
SendTrackPropertiesAlert(channelId string, payload TrackPropertiesAlertPayload) error
SendUserPropertiesAlert(channelId string, payload UserPropertiesAlertPayload) error
SendErrorFeedbackAlert(channelId string, payload ErrorFeedbackAlertPayload) error
SendRageClicksAlert(channelId string, payload RageClicksAlertPayload) error
SendMetricMonitorAlert(channelId string, payload MetricMonitorAlertPayload) error
SendLogAlert(channelId string, payload MetricMonitorAlertPayload) error
}
type ErrorAlertPayload ¶
type LogAlertPayload ¶
type NewSessionAlertPayload ¶
type NewUserAlertPayload ¶
type RageClicksAlertPayload ¶
Click to show internal directories.
Click to hide internal directories.