Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrClosed = errors.New("streamwrite is closed")
)
Functions ¶
This section is empty.
Types ¶
type Emitter ¶
type Emitter interface { Work(w io.StreamWriter) error Bus(w io.StreamWriter) (io.Bus, bool) Stop(w io.StreamWriter) StopAll() }
Emitter receives new messages and emits through outlet.
Click to show internal directories.
Click to hide internal directories.