destregistrydefault

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 19, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterDefault

func RegisterDefault(registry destregistry.Registry, opts RegisterDefaultDestinationOptions) error

RegisterDefault registers the default destination providers with the registry. NOTE: The order of registration will determine the order of the provider array returned when listing providers.

Types

type DestAWSKinesisConfig

type DestAWSKinesisConfig struct {
	MetadataInPayload bool
}

type DestWebhookConfig

type DestWebhookConfig struct {
	HeaderPrefix                  string
	DisableDefaultEventIDHeader   bool
	DisableDefaultSignatureHeader bool
	DisableDefaultTimestampHeader bool
	DisableDefaultTopicHeader     bool
	SignatureContentTemplate      string
	SignatureHeaderTemplate       string
	SignatureEncoding             string
	SignatureAlgorithm            string
}

type RegisterDefaultDestinationOptions

type RegisterDefaultDestinationOptions struct {
	UserAgent  string
	Webhook    *DestWebhookConfig
	AWSKinesis *DestAWSKinesisConfig
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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