destrabbitmq

package
v0.1.0-alpha.4 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RabbitMQDestination

type RabbitMQDestination struct {
	*destregistry.BaseProvider
}

func New

func (*RabbitMQDestination) Publish

func (d *RabbitMQDestination) Publish(ctx context.Context, destination *models.Destination, event *models.Event) error

func (*RabbitMQDestination) Validate

func (d *RabbitMQDestination) Validate(ctx context.Context, destination *models.Destination) error

type RabbitMQDestinationConfig

type RabbitMQDestinationConfig struct {
	ServerURL string // TODO: consider renaming
	Exchange  string
}

type RabbitMQDestinationCredentials

type RabbitMQDestinationCredentials struct {
	Username string
	Password string
}

Jump to

Keyboard shortcuts

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