Documentation ¶
Index ¶
- func Connect(userName, password, address string)
- func Producer(queueName string, request []byte) error
- func Publish(exchangeName string, request []byte) error
- func RPCClient(queueName string, request []byte) (reply []byte, err error)
- func RPCServer(queueName string, f func([]byte) []byte)
- func Receive(QueueName string) (<-chan amqp.Delivery, error)
- func RouteConsume(exchangeName, key string) (<-chan amqp.Delivery, error)
- func RoutePublish(exchangeName, key string, request []byte) error
- func Send(QueueName string, request []byte) error
- func Subscribe(exchangeName string) (<-chan amqp.Delivery, error)
- func Worker(queueName string) (<-chan amqp.Delivery, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.