Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Publisher ¶
type Publisher interface { Init(*PublisherEnv) error // init function Publish(*Message) error // publish function }
Publisher producer publish interface
type PublisherEnv ¶
PublisherEnv nsq publisher init params
type Receiver ¶
type Receiver interface {
Init(*ReceiverEnv) error // init function
}
Receiver receiver publish interface
Click to show internal directories.
Click to hide internal directories.