Versions in this module Expand all Collapse all v1 v1.0.1 Mar 12, 2024 v1.0.0 Mar 12, 2024 Changes in this version + type Local struct + func (b *Local) StartProcess(cmd string, args ...string) (Waiter, io.Writer, io.Reader, io.Reader, error) + type SSH struct + Session sshSession + func (b *SSH) StartProcess(cmd string, args ...string) (Waiter, io.Writer, io.Reader, io.Reader, error) + type Starter interface + StartProcess func(cmd string, args ...string) (Waiter, io.Writer, io.Reader, io.Reader, error) + type Waiter interface + Wait func() error