package
Version:
v1.0.14
Opens a new window with list of versions in this module.
Published: May 10, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package config provides access to the comply.yml file.
Exists tests for the presence of a comply configuration file.
ProjectRoot is the fully-qualified path to the root directory.
func SetProjectRoot(dir string)
SetProjectRoot is used by the test suite.
func YAML() map[interface{}]interface{}
YAML is the parsed contents of ProjectRoot()/config.yml.
type Project struct {
Name string `yaml:"name"`
FilePrefix string `yaml:"filePrefix"`
Tickets map[string]interface{} `yaml:"tickets"`
}
Config is the parsed contents of ProjectRoot()/config.yml.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.