package
Version:
v0.0.10
Opens a new window with list of versions in this module.
Published: Jun 28, 2018
License: MPL-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type IssueFields struct {
Summary string `json:"summary"`
IssueType *IssueType `json:"issuetype"`
}
type IssueType struct {
Self string `json:"self"`
ID string `json:"id"`
Description string `json:"description"`
IconURL string `json:"iconUrl"`
Name string `json:"name"`
Subtask bool `json:"subtask"`
}
type SearchResult struct {
StartAt int `json:"startAt"`
MaxResults int `json:"maxResults"`
Total int `json:"total"`
Issues []Issue `json:"issues"`
}
func (widget *Widget) Refresh()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.