Documentation
¶
Index ¶
Constants ¶
View Source
const ( IssueTrackerInvalid IssueTracker = "" IssueTrackerJira = "JIRA" IssueTrackerGithub = "GITHUB" IssueTrackerGitlab = "GITLAB" IssueTrackerPivotal = "PIVOTAL_TRACKER" IssueTrackerRedmine = "REDMINE" )
Issue tracker types
View Source
const DefaultLocal = ".todocheck.yaml"
DefaultLocal contains the default filepath to the local todocheck config for the current repository
Variables ¶
This section is empty.
Functions ¶
func DefaultTokensCache ¶
func DefaultTokensCache() string
DefaultTokensCache for storing auth tokens
Types ¶
type Auth ¶
type Auth struct { Type AuthType `yaml:"type"` OfflineURL string `yaml:"offline_url"` TokensCache string `yaml:"tokens_cache,omitempty"` Token string `yaml:"-"` }
Auth configuration section for specifying issue tracker auth options
type AuthType ¶
type AuthType string
AuthType specifies the type of the auth token in todocheck's config
Click to show internal directories.
Click to hide internal directories.