mirror of
https://github.com/strongdm/comply
synced 2025-12-06 06:14:09 +00:00
Add a model for a Control, which ou can use to document control statements, owners, governing policies, etc.
This commit is contained in:
@@ -30,6 +30,11 @@ func Policies() ([]File, error) {
|
||||
return filesFor("policies", "md")
|
||||
}
|
||||
|
||||
// Controls lists all control files.
|
||||
func Controls() ([]File, error) {
|
||||
return filesFor("controls", "md")
|
||||
}
|
||||
|
||||
// Procedures lists all procedure files.
|
||||
func Procedures() ([]File, error) {
|
||||
return filesFor("procedures", "md")
|
||||
|
||||
Reference in New Issue
Block a user