Documentation
¶
Index ¶
Constants ¶
View Source
const ( Name string = "webhook" Description string = "Send a message to an HTTP endpoint" Permissions string = "" Example string = `` /* 208-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notifier ¶
type Notifier struct{}
func (Notifier) Information ¶
func (n Notifier) Information() models.Information
func (Notifier) Parameters ¶
func (n Notifier) Parameters() models.Parameters
type Parameters ¶
type Parameters struct { CustomHeaders map[string]string `field:"custom_headers"` URL string `field:"url"` HTTPMethod string `field:"http_method" default:"POST"` ContentType string `field:"content_type" default:"application/json; charset=utf-8"` UserAgent string `field:"user_agent" default:"falco-talon"` }
Click to show internal directories.
Click to hide internal directories.