Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrMissingDeclareSize = errors.New("You must specify --declare-stream-size if you specify" +
" the --declare-stream option")
)
Functions ¶
Types ¶
type RabbitMQStreams ¶
type RabbitMQStreams struct { Client *stream.Environment Producer *stream.Producer Options *cli.Options MsgDesc *desc.MessageDescriptor // contains filtered or unexported fields }
func (*RabbitMQStreams) Read ¶
func (r *RabbitMQStreams) Read() error
func (*RabbitMQStreams) Write ¶
func (r *RabbitMQStreams) Write(value []byte) error
Click to show internal directories.
Click to hide internal directories.