Documentation ¶
Overview ¶
Package nsq is a wrapper of the original "github.com/nsqio/go-nsq" library.
Only contains basic publish, subscribe, and close methods. Data will be encoded to JSON before publishing the message.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel struct {
// contains filtered or unexported fields
}
Channel is NSQ subscription channel.
Click to show internal directories.
Click to hide internal directories.