Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBendyStreamSink ¶ added in v0.2.1
func NewGabbyStreamSink ¶
NewGabbyStreamSink expects the values passing through to be of type multimsg.MultiMessage it then unpacks them as gabygrove, reencodes the transfer object to bytes and passes those as muxrpc codec.Body to the wrapped sink
Types ¶
type MultiSink ¶
type MultiSink struct {
// contains filtered or unexported fields
}
MultiSink takes each message poured into it, and passes it on to all registered sinks.
MultiSink is like luigi.Broadcaster but with context support.
func NewMultiSink ¶
func (*MultiSink) Register ¶
Register adds a sink to propagate messages to upto the 'until'th sequence.
func (*MultiSink) Unregister ¶
func (f *MultiSink) Unregister( sink *muxrpc.ByteSink, )
Click to show internal directories.
Click to hide internal directories.