Documentation
¶
Index ¶
Constants ¶
View Source
const ( Processing = iota PipelineError Completed )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct {
Value interface{}
Status PipelineStatus
}
func NewData ¶
func NewData(value interface{}, status PipelineStatus) *Data
type OnComplete ¶
type OnComplete = func()
type Pipeline ¶
type Pipeline struct {
// contains filtered or unexported fields
}
func FromChannel ¶
func FromChannel(in chan interface{}) *Pipeline
func FromProducer ¶
type PipelineStatus ¶
type PipelineStatus = uint8
Directories
¶
| Path | Synopsis |
|---|---|
|
examples
|
|
|
block
command
|
|
|
fromChannel
command
|
|
|
fromProducer
command
|
|
|
just
command
|
|
|
subscribe
command
|
Click to show internal directories.
Click to hide internal directories.