Documentation ¶
Index ¶
- Variables
- type Composer
- func (c *Composer) Compose(namespace string, componentObjects []oscal.ComponentObject, ...) error
- func (c *Composer) ComposeByC2PParsed(c2pParsed typec2pcr.C2PCRParsed) error
- func (c *Composer) CopyAllTo(destDir string) error
- func (c *Composer) GeneratePolicySet() (*resmap.ResMap, error)
- func (c *Composer) GetPoliciesDir() string
Constants ¶
This section is empty.
Variables ¶
View Source
var DummyNamespace string = "dummy-namespace-c2p"
Functions ¶
This section is empty.
Types ¶
type Composer ¶
type Composer struct {
// contains filtered or unexported fields
}
func NewComposer ¶
func NewComposerByTempDirectory ¶
func NewComposerByTempDirectory(policiesDir string, tempDir pkg.TempDirectory) *Composer
func (*Composer) ComposeByC2PParsed ¶
func (c *Composer) ComposeByC2PParsed(c2pParsed typec2pcr.C2PCRParsed) error
func (*Composer) GetPoliciesDir ¶
Click to show internal directories.
Click to hide internal directories.