Documentation
¶
Overview ¶
Serves as a template for new segments and forwards flows, otherwise does nothing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoOp ¶
type NoOp struct {
segments.BaseSegment // always embed this, no need to repeat I/O chan code
}
The NoOp Segment is considered a template for any additional Segments, as it showcases the exact implementation.
Click to show internal directories.
Click to hide internal directories.