Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultTCPAddr = "localhost:4150"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PSMQ ¶
type PSMQ struct { NewProducer func() (*nsq.Producer, error) NewConsumer func(name string) (*nsq.Consumer, error) ConnectConsumer func(consumer *nsq.Consumer) error // contains filtered or unexported fields }
func (*PSMQ) CreatePublishTopic ¶
func (*PSMQ) SubscribeToTopic ¶
Click to show internal directories.
Click to hide internal directories.