Versions in this module Expand all Collapse all v2 v2.0.0 Jun 18, 2023 Changes in this version + const PluginWebhook + func New(ctx context.Context, handlerCfg *handlerTY.Config) (handlerTY.Plugin, error) + type WebhookClient struct + Config *WebhookConfig + HandlerCfg *handlerTY.Config + func (c *WebhookClient) Close() error + func (c *WebhookClient) Post(parameters map[string]interface{}) error + func (c *WebhookClient) Start() error + func (c *WebhookClient) State() *types.State + func (p *WebhookClient) Name() string + type WebhookConfig struct + API string + AllowOverwrite bool + Headers map[string]string + Insecure bool + Method string + QueryParameters map[string]interface{} + ResponseCode int + Server string + func (cfg *WebhookConfig) Clone() *WebhookConfig