webhook

package
v2.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PluginWebhook = "webhook"
)

Variables

This section is empty.

Functions

func New

func New(ctx context.Context, handlerCfg *handlerTY.Config) (handlerTY.Plugin, error)

Types

type WebhookClient

type WebhookClient struct {
	HandlerCfg *handlerTY.Config
	Config     *WebhookConfig
	// contains filtered or unexported fields
}

WebhookClient struct

func (*WebhookClient) Close

func (c *WebhookClient) Close() error

Close handler implementation

func (*WebhookClient) Name

func (p *WebhookClient) Name() string

func (*WebhookClient) Post

func (c *WebhookClient) Post(parameters map[string]interface{}) error

Post handler implementation

func (*WebhookClient) Start

func (c *WebhookClient) Start() error

Start handler implementation

func (*WebhookClient) State

func (c *WebhookClient) State() *types.State

State implementation

type WebhookConfig

type WebhookConfig struct {
	Server          string
	API             string
	Method          string
	Insecure        bool
	Headers         map[string]string
	QueryParameters map[string]interface{}
	ResponseCode    int
	AllowOverwrite  bool
}

WebhookConfig for webhook

func (*WebhookConfig) Clone

func (cfg *WebhookConfig) Clone() *WebhookConfig

Clone config data

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL