Versions in this module Expand all Collapse all v1 v1.1.0 Feb 21, 2020 Changes in this version type Client + func (client *Client) ListRepos(query string, opts github.SearchOptions) (*github.RepositoriesSearchResult, error) type Provider + ListRepos func(query string, opts github.SearchOptions) (*github.RepositoriesSearchResult, error) v1.0.0 Jul 24, 2019 Changes in this version + type Client struct + Context context.Context + GH *github.Client + Token string + User string + func New() Client + func (client *Client) ListIssues(query string, opts github.SearchOptions) (*github.IssuesSearchResult, error) + type Issue struct + Points int + Ref string + Title string + type MockProvider struct + func NewMockProvider(ctrl *gomock.Controller) *MockProvider + func (m *MockProvider) EXPECT() *MockProviderMockRecorder + func (m *MockProvider) ListIssues(query string, opts github.SearchOptions) (*github.IssuesSearchResult, error) + type MockProviderMockRecorder struct + func (mr *MockProviderMockRecorder) ListIssues(query, opts interface{}) *gomock.Call + type Provider interface + ListIssues func(query string, opts github.SearchOptions) (*github.IssuesSearchResult, error)