Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdDiff ¶
NewCmdDiff provides a gap diff analysis.
Types ¶
type Inventory ¶
type Inventory struct { common.Workspace MissingControlList map[string]common.Control // contains filtered or unexported fields }
Inventory maintains the inventory of all the controls within a given workspace.
func ComputeGapAnalysis ¶
ComputeGapAnalysis will compute the gap analysis and return the inventory of the controls for the opencontrol workspace if successful. Otherwise, it will return a list of error messages. TODO: fix the error return to return of type error. This was used because existing code returned that type TODO: e.g. GetCertification
Click to show internal directories.
Click to hide internal directories.