config

package
v0.0.0-...-79ab0ef Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2025 License: MIT Imports: 0 Imported by: 6

Documentation

Index

Constants

View Source
const (
	// MappingFile mapping file environment variable
	MappingFile = "MAPPING_FILE"
	CaCertFile  = "CA_CERT_FILE"
	CertFile    = "CERT_FILE"
	KeyFile     = "KEY_FILE"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AmazonEntry

type AmazonEntry struct {
	Type   string `json:"type"`
	Name   string `json:"name"`
	Target string `json:"target"`
}

AmazonEntry SQS/SNS mapping entry

type RabbitEntry

type RabbitEntry struct {
	Type          string   `json:"type"`
	Name          string   `json:"name"`
	ConnectionURL string   `json:"connection"`
	ExchangeName  string   `json:"topic"`
	QueueName     string   `json:"queue"`
	RoutingKey    string   `json:"routing"`
	RoutingKeys   []string `json:"routingKeys"`
}

RabbitEntry RabbitMQ mapping entry

Jump to

Keyboard shortcuts

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