Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutputHolder ¶
type OutputHolder struct { Output []*outputLine `gorm:"-" json:"output"` //TODO: hide merged MergedOutput *string `json:"-"` }
func (*OutputHolder) AddToStderr ¶
func (oh *OutputHolder) AddToStderr(line string)
func (*OutputHolder) AddToStdout ¶
func (oh *OutputHolder) AddToStdout(line string)
func (*OutputHolder) Load ¶
func (oh *OutputHolder) Load()
Click to show internal directories.
Click to hide internal directories.