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 }
Click to show internal directories.
Click to hide internal directories.