Versions in this module Expand all Collapse all v0 v0.1.1 Jun 13, 2024 v0.1.0 Feb 29, 2024 Changes in this version + var ErrIssueDoesNotExist = errors.New("discussion with the given iid does not exist") + type Comment struct + Author remote.User + Body string + Comments []Comment + CreatedAt time.Time + LastEditedBy remote.User + Resolved bool + UpdatedAt time.Time + type Details struct + Assignees []remote.User + Author remote.User + BaseURL url.URL + CreatedAt time.Time + Description string + Discussion []Comment + Labels []Label + Title string + UpdatedAt time.Time + func QueryGitHub(match *match.Match, projectPath string, issueID string) (*Details, error) + func QueryGitLab(match *match.Match, projectPath string, issueID string) (*Details, error) + func (id *Details) UpdateUsername(ownUsername string) + type Label struct + Color string + Title string