Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertmanagerReceiver ¶
type AlertmanagerReceiver struct { // Name of the channel Name string `json:"name" yaml:"name"` // Settings contains webhook settings Settings webhook.Settings `json:"settings" yaml:"settings"` }
AlertmanagerReceiver channel config
func (AlertmanagerReceiver) Validate ¶
func (cfg AlertmanagerReceiver) Validate() error
Validate config
Click to show internal directories.
Click to hide internal directories.