Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultStandardsFolder is the folder where to store standards. DefaultStandardsFolder = "standards" // DefaultCertificationsFolder is the folder where to store certifications. DefaultCertificationsFolder = "certifications" // DefaultComponentsFolder is the folder where to store components. DefaultComponentsFolder = "components" // DefaultDestination is the root folder where to store standards, certifications, and components. DefaultDestination = "opencontrols" // DefaultConfigYaml is the file name for the file to find config details DefaultConfigYaml = "opencontrol.yaml" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceType ¶
type ResourceType string
ResourceType is a type to help tell when it should be of only types of resources.
const ( // Standards is the placeholder for the resource type of standards Standards ResourceType = "Standards" // Certifications is the placeholder for the resource type of certifications Certifications ResourceType = "Certifications" // Components is the placeholder for the resource type of components Components ResourceType = "Components" )
Click to show internal directories.
Click to hide internal directories.