Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Justifications ¶
Justifications struct contains the mapping that links controls to specific components
func NewJustifications ¶
func NewJustifications() *Justifications
NewJustifications creates a new justification
func (*Justifications) Add ¶
func (justifications *Justifications) Add(standardKey string, controlKey string, componentKey string, satisfies common.Satisfies)
Add methods adds a new mapping to the justification while locking
func (*Justifications) Get ¶
func (justifications *Justifications) Get(standardKey string, controlKey string) common.Verifications
Get retrieves justifications for a specific standard and control
func (*Justifications) LoadMappings ¶
func (justifications *Justifications) LoadMappings(component common.Component)
LoadMappings loads a set of mappings from a component
Click to show internal directories.
Click to hide internal directories.