Documentation
¶
Overview ¶
Package pipeline contains the implementation of the pipeline plugin, which generates the derivePipeline function.
The derivePipeline starts up a concurrent pipeline of the given functions.
derivePipeline(func(A) <-chan B, func(B) <-chan C) func(A) <-chan C
Example output can be found here: https://github.com/awalterschulze/goderive/tree/master/example/plugin/pipeline
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.