Add Pipeliner.Do

This commit is contained in:
Vladimir Mihailenco 2019-02-12 12:24:23 +02:00
parent 473d039f0b
commit cb152db4d6
1 changed files with 1 additions and 0 deletions

View File

@ -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