path

package
v1.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

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

type File

type File struct {
	FullPath string
	Info     os.FileInfo
}

File wraps an os.FileInfo as well as the absolute path to the underlying file.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL