Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrIdIsPullRequestNumber = func(identifier string) error { return fmt.Errorf("given identifier %s is a Pull Request number", identifier) }
View Source
var ErrIssueNotFound = fmt.Errorf("the issue was not found")
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Github ¶
type Github struct {
// contains filtered or unexported fields
}
func New ¶
func New(cfg Configuration) (*Github, error)
New returns a new Github issue tracker with the given configuration
func (*Github) CheckConfiguration ¶
func (*Github) IdentifyIssue ¶
func (*Github) ParseRawIssueId ¶
type Issue ¶
type Issue struct {
// contains filtered or unexported fields
}
func (Issue) TrackerType ¶
func (i Issue) TrackerType() domain.IssueTrackerType
func (Issue) Type ¶
func (i Issue) Type() issue_types.IssueType
Click to show internal directories.
Click to hide internal directories.