Versions in this module Expand all Collapse all v1 v1.1.5 Aug 16, 2018 v1.1.4 Jun 21, 2018 Changes in this version + type Certification struct + func (_m *Certification) GetControlKeysFor(standardKey string) []string + func (_m *Certification) GetKey() string + func (_m *Certification) GetSortedStandards() []string + type Component struct + func (_m *Component) GetAllSatisfies() []common.Satisfies + func (_m *Component) GetKey() string + func (_m *Component) GetName() string + func (_m *Component) GetReferences() *common.GeneralReferences + func (_m *Component) GetResponsibleRole() string + func (_m *Component) GetVerifications() *common.VerificationReferences + func (_m *Component) GetVersion() semver.Version + func (_m *Component) SetKey(_a0 string) + func (_m *Component) SetVersion(_a0 semver.Version) + type Control struct + func (_m *Control) GetDescription() string + func (_m *Control) GetFamily() string + func (_m *Control) GetName() string + type OpenControl struct + func (_m *OpenControl) GetCertifications() []string + func (_m *OpenControl) GetCertificationsDependencies() []common.RemoteSource + func (_m *OpenControl) GetComponents() []string + func (_m *OpenControl) GetComponentsDependencies() []common.RemoteSource + func (_m *OpenControl) GetStandards() []string + func (_m *OpenControl) GetStandardsDependencies() []common.RemoteSource + type RemoteSource struct + func (_m *RemoteSource) GetConfigFile() string + func (_m *RemoteSource) GetContextDir() string + func (_m *RemoteSource) GetRevision() string + func (_m *RemoteSource) GetURL() string + type Satisfies struct + func (_m *Satisfies) GetControlKey() string + func (_m *Satisfies) GetControlOrigin() string + func (_m *Satisfies) GetControlOrigins() []string + func (_m *Satisfies) GetCoveredBy() common.CoveredByList + func (_m *Satisfies) GetImplementationStatus() string + func (_m *Satisfies) GetImplementationStatuses() []string + func (_m *Satisfies) GetNarratives() []common.Section + func (_m *Satisfies) GetParameters() []common.Section + func (_m *Satisfies) GetStandardKey() string + type Section struct + func (_m *Section) GetKey() string + func (_m *Section) GetText() string + type Standard struct + func (_m *Standard) GetControl(_a0 string) common.Control + func (_m *Standard) GetControls() map[string]common.Control + func (_m *Standard) GetName() string + func (_m *Standard) GetSortedControls() []string + type Workspace struct + func (_m *Workspace) GetAllComponents() []common.Component + func (_m *Workspace) GetAllStandards() []common.Standard + func (_m *Workspace) GetAllVerificationsWith(standardKey string, controlKey string) common.Verifications + func (_m *Workspace) GetCertification() common.Certification + func (_m *Workspace) GetComponent(componentKey string) (common.Component, bool) + func (_m *Workspace) GetStandard(standardKey string) (common.Standard, bool) + func (_m *Workspace) LoadCertification(_a0 string) error + func (_m *Workspace) LoadComponents(_a0 string) []error + func (_m *Workspace) LoadStandards(_a0 string) []error