mirror of
https://github.com/strongdm/comply
synced 2025-12-06 14:24:12 +00:00
Refactor "Standards" to "Frameworks"
This commit is contained in:
@@ -15,9 +15,9 @@ type File struct {
|
||||
Info os.FileInfo
|
||||
}
|
||||
|
||||
// Standards lists all standard files.
|
||||
func Standards() ([]File, error) {
|
||||
return filesFor("standards", "yml")
|
||||
// Frameworks lists all standard files.
|
||||
func Frameworks() ([]File, error) {
|
||||
return filesFor("frameworks", "yml")
|
||||
}
|
||||
|
||||
// Narratives lists all narrative files.
|
||||
|
||||
Reference in New Issue
Block a user