Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Issue ¶
type Issue struct { Title string CreatedAt time.Time UpdatedAt time.Time Iid string State string Author remote.User Assignees []remote.User }
Issue contains information about an issue.
func QueryGitHub ¶
QueryGitHub returns all issues, open and closed, of a given repository.
func QueryGitLab ¶
QueryGitLab returns all issues, open and closed, of a given repository.
func (*Issue) UpdateUsername ¶
UpdateUsername replaces the mentions of the user's username with "you".
Click to show internal directories.
Click to hide internal directories.