Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuditInput ¶
type AuditResult ¶
type AuditResult struct {
Hosts map[string]HostResult
ExtraHosts []string
MissingHostType []string
}
func (AuditResult) OK ¶
func (r AuditResult) OK() bool
type HostResult ¶
type HostResult struct {
MismatchedProcesses []MismatchedProcess
MissingProcesses []string
UnexpectedPorts []Port
MissingPorts []Port
}
func (HostResult) OK ¶
func (hr HostResult) OK() bool
type MismatchedProcess ¶
Click to show internal directories.
Click to hide internal directories.