Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AIComplianceAnalyzer ¶
type AIComplianceAnalyzer struct {
// contains filtered or unexported fields
}
func (*AIComplianceAnalyzer) AnalyzeCompliance ¶
func (ca *AIComplianceAnalyzer) AnalyzeCompliance( ctx context.Context, node *unified.Node, ) (*AnalysisResult, error)
type AnalysisResult ¶
type AnalysisResult struct { Score float64 Gaps []ComplianceGap Recommendations []Recommendation RiskLevel string Confidence float64 Timestamp time.Time }
type ComplianceGap ¶
type ComplianceModel ¶
Click to show internal directories.
Click to hide internal directories.