Documentation ¶
Overview ¶
Package config provides access to the comply.yml file.
Index ¶
Constants ¶
View Source
const ( Jira = "jira" GitHub = "github" GitLab = "gitlab" NoTickets = "none" )
View Source
const ( // UseDocker invokes pandoc within Docker UseDocker = "docker" // UsePandoc invokes pandoc directly UsePandoc = "pandoc" )
Variables ¶
This section is empty.
Functions ¶
func ProjectRoot ¶
func ProjectRoot() string
ProjectRoot is the fully-qualified path to the root directory.
func WhichPandoc ¶ added in v1.1.27
func WhichPandoc() string
WhichPandoc indicates which pandoc invocation path should be used
Types ¶
type Project ¶
type Project struct { Name string `yaml:"name"` Pandoc string `yaml:"pandoc,omitempty"` FilePrefix string `yaml:"filePrefix"` Tickets map[string]interface{} `yaml:"tickets"` ApprovedBranch string `yaml:"approvedBranch"` }
func (*Project) TicketSystem ¶ added in v1.2.2
TicketSystem indicates the type of the configured ticket system
Click to show internal directories.
Click to hide internal directories.