package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jul 25, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Category struct {
Name string `json:"name"`
Controls []Control `json:"controls"`
}
type Compliance struct {
Standard Standard `json:"standard"`
}
type Control struct {
Name string `json:"name"`
ControlRefs []string `json:"controlRefs"`
}
type Standard struct {
Name string `json:"name"`
Categories []Category `json:"categories"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.