Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertProvider ¶
type AlertProvider interface { // IsValid returns whether the provider's configuration is valid IsValid() bool // ToCustomAlertProvider converts the provider into a custom.AlertProvider ToCustomAlertProvider(service *core.Service, alert *core.Alert, result *core.Result, resolved bool) *custom.AlertProvider }
AlertProvider is the interface that each providers should implement
Click to show internal directories.
Click to hide internal directories.