Skip to content

Commit

Permalink
Add Pipeliner.Do
Browse files Browse the repository at this point in the history
vmihailenco committed Feb 12, 2019
1 parent 473d039 commit cb152db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipeline.go
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@ type pipelineExecer func([]Cmder) error

type Pipeliner interface {
StatefulCmdable
Do(args ...interface{}) *Cmd
Process(cmd Cmder) error
Close() error
Discard() error

0 comments on commit cb152db

Please sign in to comment.