Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GNOMEContributions ¶
func GNOMEContributions(progress chan<- DownloadProgressData) ([]contrib.Contribution, error)
GNOMEContributions returns all contributions for current gitlab token
Types ¶
type DownloadProgressData ¶
DownloadProgressData represents current status over max expected one.
type IssueAction ¶
type IssueAction string
const ( Opened IssueAction = "Opened" Closed IssueAction = "Closed" CommentedOn IssueAction = "Commented On" )
Click to show internal directories.
Click to hide internal directories.