Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseOwnerRepo ¶
func RespMiddleware ¶
Types ¶
type Issue ¶
type Issue struct { Title string `json:"title"` URL string `json:"url"` ShortURL string `json:"short_url"` Number int `json:"number"` State string `json:"state"` Updated time.Time `json:"updated"` Created time.Time `json:"created"` Comments int `json:"comments"` HtmlURL string `json:"html_url"` Open bool `json:"opened_issue"` IsPR bool `json:"is_pr"` Merged bool `json:"merged"` // only for PRs MergedAt time.Time `json:"merged_at"` IsUpdate bool `json:"is_update"` }
Click to show internal directories.
Click to hide internal directories.