Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Op ¶
type Op interface {
Do() error
}
Op is the common pipe operation. Can be composed into Ops and run as a single unit
type OpFunc ¶
type OpFunc func() error
OpFunc makes it easy to wrap an anonymous function into an Op
Click to show internal directories.
Click to hide internal directories.