Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalExec ¶
type LocalExec struct{}
func (LocalExec) CombinedOutput ¶
func (e LocalExec) CombinedOutput(args []string, envs map[string]string, workdir string) (string, error)
CombinedOutput encapsulates creating a command and running it. We should think about how to flexibly add parameters here as this is meant to satisfy very simple usecases for more complex usecases we can add a Command function to this method which will allow us to edit a Cmd directly.
type LocalFilePath ¶
type LocalFilePath string
func (LocalFilePath) Join ¶
func (fp LocalFilePath) Join(elem ...string) FilePath
func (LocalFilePath) NotExists ¶
func (fp LocalFilePath) NotExists() bool
func (LocalFilePath) Resolve ¶
func (fp LocalFilePath) Resolve() string
Click to show internal directories.
Click to hide internal directories.