Documentation ¶
Overview ¶
Package iomodule implements the output modules
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandOutput ¶
type CommandOutput struct { // limit to the number of bytes to be written to the output string OutputLimit int OutputString *string FileName string OrchestrationDirectory string }
CommandOutput handles writing output to a string.
func (CommandOutput) Read ¶
func (c CommandOutput) Read(log log.T, reader *io.PipeReader)
Click to show internal directories.
Click to hide internal directories.