Documentation ¶
Index ¶
Constants ¶
View Source
const ESize = 999999
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeControlSummary ¶
type NodeControlSummary struct { Total int `json:"total"` Passed struct { Total int `json:"total"` } `json:"passed"` Skipped struct { Total int `json:"total"` } `json:"skipped"` Failed struct { Total int `json:"total"` Minor int `json:"minor"` Major int `json:"major"` Critical int `json:"critical"` } `json:"failed"` }
Click to show internal directories.
Click to hide internal directories.