Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubInfo ¶
type GitHubInfo interface { // WriteGitHubInfo writes GitHub info for an manifest.Node in a separate goroutine // returns true if the task was added for processing, false if it was skipped WriteGitHubInfo(node *manifest.Node) bool }
GitHubInfo is the functional interface for writing GitHub infos
type Worker ¶
type Worker struct {
// contains filtered or unexported fields
}
Worker github info worker
func NewGithubWorker ¶
NewGithubWorker creates new Worker object
Click to show internal directories.
Click to hide internal directories.