Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "dev"
Functions ¶
Types ¶
type IssueReference ¶
IssueReference represents a parsed issue reference
type ListResult ¶
type ListResult struct {
Parent ParentIssue `json:"parent"`
SubIssues []SubIssue `json:"subIssues"`
Total int `json:"total"`
OpenCount int `json:"openCount"`
}
ListResult represents the result of listing sub-issues
type ParentIssue ¶
type ParentIssue struct {
Number int `json:"number"`
Title string `json:"title"`
State string `json:"state"`
}
ParentIssue represents the parent issue
Click to show internal directories.
Click to hide internal directories.