package
Version:
v0.0.0-...-690d12d
Opens a new window with list of versions in this module.
Published: Apr 24, 2017
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Emitter interface {
Emit() chan *Message
Close()
}
type Listener interface {
On(topic string, partition int32, fn fnHandler) error
Close()
}
type Message struct {
Topic string
Payload interface{}
Partition int32
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.