Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { NewCh() (*amqp.Channel, error) CloseCh(ch *amqp.Channel) GetExchangesQueue() *amqp.Queue GetSymbolsQueue() *amqp.Queue DeclareExchangesQueue() (amqp.Queue, error) DeclareSymbolsQueue() (amqp.Queue, error) Publish(exchange, queueName string, mandatory, immediate bool, body []byte) error RPCCall(routingKey string, reqBody []byte) ([]byte, error) }
Click to show internal directories.
Click to hide internal directories.