Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerCmd ¶
type DockerCmd struct {
Image string
// contains filtered or unexported fields
}
DockerCmd an image to launch
type ExecCmd ¶
type ExecCmd struct {
Bin string
FrontPar api.Par
EndPar api.Par
Docker DockerCmd
// contains filtered or unexported fields
}
ExecCmd defines a predefined command to run against a file
func (*ExecCmd) DidRun ¶
func (e *ExecCmd) DidRun()
DidRun should be called after all other Runs to clean up
Click to show internal directories.
Click to hide internal directories.