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