types

package
v0.0.0-...-d0c7a6b Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuditReport

type AuditReport struct {
	Timestamp   string         `json:"timestamp"`
	AuditedBy   string         `json:"auditedBy"`
	AuditedAt   time.Time      `json:"auditedAt"`
	Findings    []Finding      `json:"findings"`
	TotalIssues int            `json:"totalIssues"`
	Summary     map[string]int `json:"summary"`
}

type Finding

type Finding struct {
	Severity    string            `json:"severity"`
	Category    string            `json:"category"`
	Resource    string            `json:"resource"`
	Namespace   string            `json:"namespace,omitempty"`
	Description string            `json:"description"`
	Suggestion  string            `json:"suggestion"`
	Metadata    map[string]string `json:"metadata,omitempty"`
}

Jump to

Keyboard shortcuts

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