Documentation
¶
Index ¶
Constants ¶
View Source
const ParallelWorkers = 1
ParallelWorkers is a number of worker threads run in parallel.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client holds information about github client.
type Issue ¶
type Issue struct {
// contains filtered or unexported fields
}
Issue implements source.Issue.
type IssueList ¶
type IssueList struct {
// contains filtered or unexported fields
}
IssueList implements source.IssueList.
type Settings ¶
type Settings struct { Token string `yaml:"token"` BoardID string `yaml:"project,omitempty"` SearchPrefix string `yaml:"search_prefix,omitempty"` SearchList map[string]string `yaml:"lists"` }
Settings stores info about github connection.
type WorkerData ¶
type WorkerData struct {
// contains filtered or unexported fields
}
WorkerData holds info about worker payload.
Click to show internal directories.
Click to hide internal directories.