Documentation ¶
Index ¶
Constants ¶
View Source
const (
PrefixKey = "__host"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdapterAmqp ¶
type AdapterAmqp interface { String() string PublishOnQueue(exchangeName, exchangeType, queueName, key, tag string, durableQueue bool, body interface{}) error SubscribeToQueue(exchangeName, exchangeType, queueName, key, tag string, durableQueue bool, consumerExclusive bool, handlerFunc AmqpConsumerFunc) error }
type AdapterMail ¶
type AdapterSms ¶
type AmqpConsumerFunc ¶
Click to show internal directories.
Click to hide internal directories.