Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBrokerMockError ¶
func NewBrokerMockError() rabbitmq.BrokerInterface
func NewBrokerMockOk ¶
func NewBrokerMockOk() rabbitmq.BrokerInterface
Types ¶
type BrokerMockError ¶
type BrokerMockError struct{}
func (*BrokerMockError) RegisterSubscriber ¶
func (b *BrokerMockError) RegisterSubscriber(topic string, fn interface{}) error
func (*BrokerMockError) SetExchangeName ¶
func (b *BrokerMockError) SetExchangeName(name string)
func (*BrokerMockError) Subscribe ¶
func (b *BrokerMockError) Subscribe(exit chan bool) error
type BrokerMockOk ¶
type BrokerMockOk struct{}
func (*BrokerMockOk) RegisterSubscriber ¶
func (b *BrokerMockOk) RegisterSubscriber(topic string, fn interface{}) error
func (*BrokerMockOk) SetExchangeName ¶
func (b *BrokerMockOk) SetExchangeName(name string)
func (*BrokerMockOk) Subscribe ¶
func (b *BrokerMockOk) Subscribe(exit chan bool) error
type CentrifugoTransportStatusOk ¶
type CentrifugoTransportStatusOk struct { Transport http.RoundTripper Msg map[string]interface{} }
Click to show internal directories.
Click to hide internal directories.