webhook

package
v0.0.0-...-fa57f66 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	EndpointURL string              `json:"endpoint_url" yaml:"endpoint_url"`
	Headers     []NameValuePair     `json:"headers" yaml:"headers"`
	TLS         tlshelper.TLSConfig `json:"tls" yaml:"tls"`
}

type NameValuePair

type NameValuePair struct {
	Name  string `json:"name" yaml:"name"`
	Value string `json:"value" yaml:"value"`
}

Jump to

Keyboard shortcuts

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