Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReportNodeRun ¶
type ReportNodeRun interface {
GetName() string
GetRunStatus() ReportRunStatus
SetError(err error)
SetComplete()
RunComplete() bool
ChildrenComplete() bool
}
type ReportRunStatus ¶
type ReportRunStatus uint32
const ( ReportRunReady ReportRunStatus = 1 << iota ReportRunStarted ReportRunComplete ReportRunError )
Click to show internal directories.
Click to hide internal directories.