Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReportRunReady ReportRunStatus = "ready" ReportRunComplete = "complete" ReportRunError = "error" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReportNodeParent ¶
type ReportNodeParent interface { GetName() string ChildCompleteChan() chan ReportNodeRun }
type ReportNodeRun ¶
type ReportRunStatus ¶
type ReportRunStatus string
Click to show internal directories.
Click to hide internal directories.