Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdRunner ¶
type CmdRunner interface {
RunCommand(jobName, taskName string, cmd boshsys.Command) (*CmdResult, error)
}
func NewFileLoggingCmdRunner ¶
type FileLoggingCmdRunner ¶
type FileLoggingCmdRunner struct {
// contains filtered or unexported fields
}
func (FileLoggingCmdRunner) RunCommand ¶
type FileLoggingExecErr ¶
type FileLoggingExecErr struct {
// contains filtered or unexported fields
}
func (FileLoggingExecErr) Error ¶
func (f FileLoggingExecErr) Error() string
Click to show internal directories.
Click to hide internal directories.