Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
Consumer must be initialized with NewConsumer or calling Msg() will panic.
func NewConsumer ¶
type Producer ¶
type Producer struct {
// contains filtered or unexported fields
}
func NewNullProducer ¶
func NewNullProducer() *Producer
func NewProducer ¶
func NewProducer() *Producer
func NewStdErrProducer ¶
func NewStdErrProducer() *Producer
func NewStdoutProducer ¶
func NewStdoutProducer() *Producer
Click to show internal directories.
Click to hide internal directories.