Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationData ¶
type NotificationData struct { // The body of the notification. Body string // The subject of the notification. Subject string }
NotificationData provides a struct to contain data to be used for regression notifications.
type RegressionMetadata ¶
type RegressionMetadata struct { CurrentCommit provider.Commit PreviousCommit provider.Commit AlertConfig *alerts.Alert Cl *clustering2.ClusterSummary Frame *frame.FrameResponse InstanceUrl string }
RegressionMetadata provides a struct to hold metadata related to the regression for notification generation.
Click to show internal directories.
Click to hide internal directories.