Documentation ¶
Overview ¶
Package pipes provides generic erros for pipes to use.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrSkip ¶
type ErrSkip struct {
// contains filtered or unexported fields
}
ErrSkip occurs when a pipe is skipped for some reason.
type SkipMemento ¶
type SkipMemento struct {
// contains filtered or unexported fields
}
SkipMemento remembers previous skip errors, so you can return them all at once later.
func (*SkipMemento) Evaluate ¶
func (e *SkipMemento) Evaluate() error
Evaluate return a skip error with all previous skips, or nil if none happened.
Click to show internal directories.
Click to hide internal directories.