Documentation
¶
Overview ¶
The `each` middleware copies some input into several child pipes running simultaneously
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EachMiddleware ¶
type EachMiddleware struct { }
Input Duplicator
func NewEachMiddleware ¶
func NewEachMiddleware() EachMiddleware
func (EachMiddleware) Apply ¶
func (eachMiddleware EachMiddleware) Apply( run *pipeline.Run, next func(*pipeline.Run), executionContext *middleware.ExecutionContext, )
func (EachMiddleware) String ¶
func (_ EachMiddleware) String() string
Click to show internal directories.
Click to hide internal directories.