Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultBroker = "default"
Variables ¶
View Source
var ( ErrUnknownProvider = errors.New("unknown provider") ErrUnableToDetermineDialect = errors.New("unable to determine dialect") )
Functions ¶
This section is empty.
Types ¶
type AmqpBroker ¶
type AmqpBroker struct {
// contains filtered or unexported fields
}
func NewAmqpBroker ¶
func (*AmqpBroker) GetDialect ¶
func (broker *AmqpBroker) GetDialect() Dialect
func (*AmqpBroker) QueueDeclare ¶
type Config ¶
type Config struct {
Brokers map[string]ConfigBroker `conf:"BROKERS"`
}
type ConfigBroker ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
func NewRegistry ¶
func (*Registry) AddConnection ¶
func (*Registry) GetDefault ¶ added in v0.6.11
Click to show internal directories.
Click to hide internal directories.