Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComplianceAnalyzer ¶
type ComplianceAnalyzer struct {
// contains filtered or unexported fields
}
func NewComplianceAnalyzer ¶
func NewComplianceAnalyzer( aiModel *ai.ComplianceModel, metrics *metrics.QuantumStorageMetrics, tracer tracing.Tracer, ) *ComplianceAnalyzer
func (*ComplianceAnalyzer) AnalyzeCompliance ¶
func (ca *ComplianceAnalyzer) AnalyzeCompliance( ctx context.Context, policyID string, data interface{}, ) (*ComplianceInsight, error)
func (*ComplianceAnalyzer) GetInsight ¶
func (ca *ComplianceAnalyzer) GetInsight(ctx context.Context, insightID string) (*ComplianceInsight, error)
type ComplianceInsight ¶
Click to show internal directories.
Click to hide internal directories.