Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeFileLoggingCmdRunner ¶
type FakeFileLoggingCmdRunner struct { RunCommands []boshsys.Command RunCommandJobName string RunCommandTaskName string RunCommandResult *boshcmdrunner.CmdResult RunCommandErr error }
func NewFakeFileLoggingCmdRunner ¶
func NewFakeFileLoggingCmdRunner() *FakeFileLoggingCmdRunner
func (*FakeFileLoggingCmdRunner) RunCommand ¶
func (f *FakeFileLoggingCmdRunner) RunCommand(jobName, taskName string, cmd boshsys.Command) (*boshcmdrunner.CmdResult, error)
Click to show internal directories.
Click to hide internal directories.