Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "go"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdFactory ¶
type CmdFactory struct{}
func (CmdFactory) MakeGraphCmd ¶
func (_ CmdFactory) MakeGraphCmd(workingDirectory string) (*exec.Cmd, error)
func (CmdFactory) MakeListCmd ¶
func (_ CmdFactory) MakeListCmd(workingDirectory string) (*exec.Cmd, error)
type ICmdFactory ¶
type Job ¶
func NewJob ¶
func NewJob( file string, cmdFactory ICmdFactory, fileWriter writer.IFileWriter, ) *Job
Click to show internal directories.
Click to hide internal directories.