Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IssuesPoller ¶
type IssuesPoller struct {
// contains filtered or unexported fields
}
IssuesPoller will be used to poll the different issue frameworks.
func New ¶
func New(ctx context.Context, ts oauth2.TokenSource, pathToGithubToken string, dbClient types.BugsDB) (*IssuesPoller, error)
New returns an instance of IssuesPoller.
func (*IssuesPoller) GetOpenIssues ¶
func (p *IssuesPoller) GetOpenIssues() *bugs.OpenIssues
GetOpenIssues returns the bugs.OpenIssues held by this poller.
Click to show internal directories.
Click to hide internal directories.