Documentation ¶
Overview ¶
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0. DO NOT EDIT.
Index ¶
- type Certification
- type Component
- 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
- type OpenControl
- 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
- type Satisfies
- 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
- type Standard
- type Workspace
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certification ¶
Certification is an autogenerated mock type for the Certification type
func (*Certification) GetControlKeysFor ¶
func (_m *Certification) GetControlKeysFor(standardKey string) []string
GetControlKeysFor provides a mock function with given fields: standardKey
func (*Certification) GetKey ¶
func (_m *Certification) GetKey() string
GetKey provides a mock function with given fields:
func (*Certification) GetSortedStandards ¶
func (_m *Certification) GetSortedStandards() []string
GetSortedStandards provides a mock function with given fields:
type Component ¶
Component is an autogenerated mock type for the Component type
func (*Component) GetAllSatisfies ¶
GetAllSatisfies provides a mock function with given fields:
func (*Component) GetKey ¶
GetKey provides a mock function with given fields:
func (*Component) GetName ¶
GetName provides a mock function with given fields:
func (*Component) GetReferences ¶
func (_m *Component) GetReferences() *common.GeneralReferences
GetReferences provides a mock function with given fields:
func (*Component) GetResponsibleRole ¶
GetResponsibleRole provides a mock function with given fields:
func (*Component) GetVerifications ¶
func (_m *Component) GetVerifications() *common.VerificationReferences
GetVerifications provides a mock function with given fields:
func (*Component) GetVersion ¶
GetVersion provides a mock function with given fields:
func (*Component) SetKey ¶
SetKey provides a mock function with given fields: _a0
type Control ¶
Control is an autogenerated mock type for the Control type
func (*Control) GetDescription ¶
GetDescription provides a mock function with given fields:
func (*Control) GetFamily ¶
GetFamily provides a mock function with given fields:
type OpenControl ¶
OpenControl is an autogenerated mock type for the OpenControl type
func (*OpenControl) GetCertifications ¶
func (_m *OpenControl) GetCertifications() []string
GetCertifications provides a mock function with given fields:
func (*OpenControl) GetCertificationsDependencies ¶
func (_m *OpenControl) GetCertificationsDependencies() []common.RemoteSource
GetCertificationsDependencies provides a mock function with given fields:
func (*OpenControl) GetComponents ¶
func (_m *OpenControl) GetComponents() []string
GetComponents provides a mock function with given fields:
func (*OpenControl) GetComponentsDependencies ¶
func (_m *OpenControl) GetComponentsDependencies() []common.RemoteSource
GetComponentsDependencies provides a mock function with given fields:
func (*OpenControl) GetStandards ¶
func (_m *OpenControl) GetStandards() []string
GetStandards provides a mock function with given fields:
func (*OpenControl) GetStandardsDependencies ¶
func (_m *OpenControl) GetStandardsDependencies() []common.RemoteSource
GetStandardsDependencies provides a mock function with given fields:
type RemoteSource ¶
RemoteSource is an autogenerated mock type for the RemoteSource type
func (*RemoteSource) GetConfigFile ¶
func (_m *RemoteSource) GetConfigFile() string
GetConfigFile provides a mock function with given fields:
func (*RemoteSource) GetContextDir ¶
func (_m *RemoteSource) GetContextDir() string
GetContextDir provides a mock function with given fields:
func (*RemoteSource) GetRevision ¶
func (_m *RemoteSource) GetRevision() string
GetRevision provides a mock function with given fields:
func (*RemoteSource) GetURL ¶
func (_m *RemoteSource) GetURL() string
GetURL provides a mock function with given fields:
type Satisfies ¶
Satisfies is an autogenerated mock type for the Satisfies type
func (*Satisfies) GetControlKey ¶
GetControlKey provides a mock function with given fields:
func (*Satisfies) GetControlOrigin ¶
GetControlOrigin provides a mock function with given fields:
func (*Satisfies) GetControlOrigins ¶
GetControlOrigins provides a mock function with given fields:
func (*Satisfies) GetCoveredBy ¶
func (_m *Satisfies) GetCoveredBy() common.CoveredByList
GetCoveredBy provides a mock function with given fields:
func (*Satisfies) GetImplementationStatus ¶
GetImplementationStatus provides a mock function with given fields:
func (*Satisfies) GetImplementationStatuses ¶
GetImplementationStatuses provides a mock function with given fields:
func (*Satisfies) GetNarratives ¶
GetNarratives provides a mock function with given fields:
func (*Satisfies) GetParameters ¶
GetParameters provides a mock function with given fields:
type Section ¶
Section is an autogenerated mock type for the Section type
func (*Section) GetKey ¶
GetKey provides a mock function with given fields:
type Standard ¶
Standard is an autogenerated mock type for the Standard type
func (*Standard) GetControl ¶
GetControl provides a mock function with given fields: _a0
func (*Standard) GetControls ¶
GetControls provides a mock function with given fields:
func (*Standard) GetName ¶
GetName provides a mock function with given fields:
type Workspace ¶
Workspace is an autogenerated mock type for the Workspace type
func (*Workspace) GetAllComponents ¶
GetAllComponents provides a mock function with given fields:
func (*Workspace) GetAllStandards ¶
GetAllStandards provides a mock function with given fields:
func (*Workspace) GetAllVerificationsWith ¶
func (_m *Workspace) GetAllVerificationsWith(standardKey string, controlKey string) common.Verifications
GetAllVerificationsWith provides a mock function with given fields: standardKey, controlKey
func (*Workspace) GetCertification ¶
func (_m *Workspace) GetCertification() common.Certification
GetCertification provides a mock function with given fields:
func (*Workspace) GetComponent ¶
GetComponent provides a mock function with given fields: componentKey
func (*Workspace) GetStandard ¶
GetStandard provides a mock function with given fields: standardKey
func (*Workspace) LoadCertification ¶
LoadCertification provides a mock function with given fields: _a0
func (*Workspace) LoadComponents ¶
LoadComponents provides a mock function with given fields: _a0