reporting

package
v0.0.0-...-3aed05d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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"`
}

type ProfileMin

type ProfileMin struct {
	Name    string `json:"name"`
	Title   string `json:"title"`
	ID      string `json:"id"`
	Version string `json:"version"`
	Status  string `json:"status,omitempty"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL