Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendChangeSwallowErrors ¶
Types ¶
type AlertSummary ¶
type AlertSummary struct {
Summary string `json:"summary"`
}
type SendAlertResponse ¶
type SendAlertResponse struct { Message string `json:"message,omitempty"` Status string `json:"status,omitempty"` }
func SendAlert ¶
func SendAlert(integrationKey string, summary AlertSummary, sourceLink string) (SendAlertResponse, error)
Click to show internal directories.
Click to hide internal directories.