Documentation ¶
Index ¶
Constants ¶
View Source
const ( UNREPORTED = "unreported" UNREACHABLE = "unreachable" UNCOLLECTED = "uncollected" COLLECTED = "collected" )
View Source
const ESize = 999999
Variables ¶
View Source
var EndTime = "end_time"
View Source
var FilterType = []string{"environment", "organization", "chef_server", "chef_tags",
"policy_group", "policy_name", "status", "node_name", "platform", "platform_with_version",
"role", "recipe", "inspec_version", "ipaddress", "resource_type"}
These are filter types where we use ElasticSearch Term Queries
View Source
var StartTime = "start_time"
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"` Waived struct { Total int `json:"total"` } `json:"waived"` }
Click to show internal directories.
Click to hide internal directories.