Documentation
¶
Index ¶
- Variables
- func DeliverCustomWebhookAlertLog(alertType string, info dto.AlertDTO, create dto.AlertLogCreate, project string, ...) (providers.DeliveryResult, error)
- func DeliverTaskScanCustomWebhookAlertLog(alert dto.AlertDTO, alertType string, create dto.AlertLogCreate, ...) (providers.DeliveryResult, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var AlertProvider = helper.NewIAlertProvider()
View Source
var MultiNodeProvider = helper.NewIMultiNodeProvider()
Functions ¶
func DeliverCustomWebhookAlertLog ¶
func DeliverCustomWebhookAlertLog( alertType string, info dto.AlertDTO, create dto.AlertLogCreate, project string, params []dto.Param, config model.AlertConfig, transport *http.Transport, agentInfo *dto.AgentInfo, task dto.AlertTaskMetadata, ) (providers.DeliveryResult, error)
func DeliverTaskScanCustomWebhookAlertLog ¶
func DeliverTaskScanCustomWebhookAlertLog( alert dto.AlertDTO, alertType string, create dto.AlertLogCreate, pushAlert dto.PushAlert, config model.AlertConfig, transport *http.Transport, agentInfo *dto.AgentInfo, task dto.AlertTaskMetadata, ) (providers.DeliveryResult, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.