Documentation
¶
Index ¶
Constants ¶
View Source
const Id = "jira"
Variables ¶
This section is empty.
Functions ¶
func Factory ¶
func Factory() (common.IssueTracker, error)
Types ¶
type BasicAuthRoundTripper ¶
type BasicAuthRoundTripper struct {
// contains filtered or unexported fields
}
type Config ¶
type Config interface {
ServerURL() *url.URL
Username() string
Password() string
ProjectKey() string
}
func LoadConfig ¶
type Credentials ¶
type GlobalConfig ¶
type GlobalConfig struct {
JIRA struct {
Credentials []*Credentials `yaml:"credentials"`
} `yaml:"jira"`
}
type LocalConfig ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.