Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEmbedToolDefinitions ¶
Types ¶
type PathTransformation ¶
type ResultParser ¶
func GetParser ¶
func GetParser(name string) (ResultParser, error)
type Tool ¶
type Tool struct { Name string Image string Cmd []string InputPath string OutputPath string OutputFile string CaptureStdout bool // Will ignore OutputPath and OutputFile if true, since it uses stdout Parser ResultParser // contains filtered or unexported fields }
func ToolFromYaml ¶
func (Tool) ApplyPathTransformations ¶
Click to show internal directories.
Click to hide internal directories.