Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IssueTracker ¶
type IssueTracker interface {
// Authenticate to a issue tracker server
Authenticate(host, username, key string) error
// Issue fetches an issue on a issue tracker server
Issue(ID string) (*Issue, error)
}
IssueTracker is a interface to represent any issue tracker (eg: trello, jira, etc)
Click to show internal directories.
Click to hide internal directories.