Versions in this module Expand all Collapse all v1 v1.1.2 Jul 18, 2016 v1.1.1 Jun 15, 2016 Changes in this version type Satisfies + GetControlOrigin func() string v1.1.0 Jun 15, 2016 Changes in this version + type Base struct + SchemaVersion semver.Version + func (b *Base) UnmarshalYAML(unmarshal func(v interface{}) error) error + type BaseComponentParseError struct + func NewBaseComponentParseError(message string) BaseComponentParseError + func (b BaseComponentParseError) Error() string + type Component interface + GetAllSatisfies func() []Satisfies + GetKey func() string + GetName func() string + GetReferences func() *common.GeneralReferences + GetResponsibleRole func() string + GetVerifications func() *common.VerificationReferences + GetVersion func() semver.Version + SetKey func(string) + SetVersion func(semver.Version) + type Satisfies interface + GetControlKey func() string + GetCoveredBy func() common.CoveredByList + GetNarratives func() []Section + GetParameters func() []Section + GetStandardKey func() string + type Section interface + GetKey func() string + GetText func() string