package
Version:
v1.1.3
Opens a new window with list of versions in this module.
Published: Apr 3, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Catalog struct {
UUID string `json:"uuid"`
Metadata Metadata `json:"metadata"`
Groups []Group `json:"groups"`
}
Temporary to be switched to go-oscal
type Control struct {
ID string `json:"id"`
Class string `json:"class"`
Title string `json:"title"`
}
type Group struct {
ID string `json:"id"`
Class string `json:"class"`
Title string `json:"title"`
Controls []Control `json:"controls"`
}
type Metadata struct {
Title string `json:"title"`
Version string `json:"version"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.