README ¶ NSQ Output Plugin This plugin writes to a specified NSQD instance, usually local to the producer. It requires a server name and a topic name. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type NSQ func (n *NSQ) Close() error func (n *NSQ) Connect() error func (n *NSQ) Description() string func (n *NSQ) SampleConfig() string func (n *NSQ) Write(points []*client.Point) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type NSQ ¶ type NSQ struct { Server string Topic string // contains filtered or unexported fields } func (*NSQ) Close ¶ func (n *NSQ) Close() error func (*NSQ) Connect ¶ func (n *NSQ) Connect() error func (*NSQ) Description ¶ func (n *NSQ) Description() string func (*NSQ) SampleConfig ¶ func (n *NSQ) SampleConfig() string func (*NSQ) Write ¶ func (n *NSQ) Write(points []*client.Point) error Source Files ¶ View all Source files nsq.go Click to show internal directories. Click to hide internal directories.