Documentation
¶
Overview ¶
Package path provides convenient access to comply project path conventions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Narratives = func() ([]File, error) {
return filesFor("narratives", "md")
}
Narratives lists all narrative files.
View Source
var Policies = func() ([]File, error) {
return filesFor("policies", "md")
}
Policies lists all policy files.
View Source
var Procedures = func() ([]File, error) {
return filesFor("procedures", "md")
}
Procedures lists all procedure files.
View Source
var Standards = func() ([]File, error) {
return filesFor("standards", "yml")
}
Standards lists all standard files.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.