Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPullStreamEnd = errors.New("pull stream end")
Functions ¶
Types ¶
type Read ¶
type Read func(end error, cb SourceCallback)
type SourceCallback ¶
type SourceCallback func(end error, data interface{})
type SourceCallbackMap ¶
type SourceCallbackMap func(cb SourceCallback) SourceCallback
Click to show internal directories.
Click to hide internal directories.