Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FrameworkMapper ¶
type FrameworkMapper struct {
// contains filtered or unexported fields
}
func (*FrameworkMapper) MapControlsToFramework ¶
func (fm *FrameworkMapper) MapControlsToFramework( ctx context.Context, request *proto.FrameworkMappingRequest, ) (*proto.FrameworkMappingResponse, error)
type GapAnalyzer ¶
type GapAnalyzer struct {
// contains filtered or unexported fields
}
func (*GapAnalyzer) AnalyzeComplianceGaps ¶
func (ga *GapAnalyzer) AnalyzeComplianceGaps( ctx context.Context, request *proto.GapAnalysisRequest, ) (*proto.GapAnalysisResponse, error)
type RegulatoryFramework ¶
type RequirementValidator ¶
type RequirementValidator struct {
// contains filtered or unexported fields
}
func (*RequirementValidator) ValidateRequirements ¶
func (rv *RequirementValidator) ValidateRequirements( ctx context.Context, request *proto.RequirementValidationRequest, ) (*proto.RequirementValidationResponse, error)
Click to show internal directories.
Click to hide internal directories.