Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Skip ¶
type Skip struct {
segments.BaseSegment
AltOut chan<- *flow.FlowMessage // in addition to the BaseSegment declarations, a second Out is provided
Condition string // optional, default "", if this is evaluated as true, a skip will occur
Skip uint // optional, default 1, the number of segments to skip after this one when condition is true
Invert bool // optional, default false, whether to invert the conditional behaviour
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.