Documentation
¶
Overview ¶
TODO will be moved to testkube lib when completed
Index ¶
Constants ¶
View Source
const TypeError = "error"
View Source
const TypeLogLine = "log"
View Source
const TypeResult = "result"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONWrapWriter ¶
type JSONWrapWriter struct {
// contains filtered or unexported fields
}
func NewJSONWrapWriter ¶
func NewJSONWrapWriter(writer io.Writer) *JSONWrapWriter
type Output ¶
type Output struct { Type string `json:"type,omitempty"` Error bool `json:"error,omitempty"` Content interface{} `json:"content,omitempty"` }
func NewOutputError ¶
func NewOutputLine ¶
func NewOutputResult ¶
func NewOutputResult(result testkube.ExecutionResult) Output
Click to show internal directories.
Click to hide internal directories.