Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is the GitHub wrapper and concrete implementation or Provider
func (*Client) ListIssues ¶
func (client *Client) ListIssues(query string, opts github.SearchOptions) (*github.IssuesSearchResult, error)
ListIssues will return issues from GitHub
func (*Client) ListRepos ¶ added in v1.1.0
func (client *Client) ListRepos(query string, opts github.SearchOptions) (*github.RepositoriesSearchResult, error)
ListRepos will return repos from GitHub for the given organisation in context See https://help.github.com/en/github/searching-for-information-on-github/searching-for-repositories for more information.
type Provider ¶
type Provider interface { ListIssues(query string, opts github.SearchOptions) (*github.IssuesSearchResult, error) ListRepos(query string, opts github.SearchOptions) (*github.RepositoriesSearchResult, error) }
Provider is the interface to the back end data source
Click to show internal directories.
Click to hide internal directories.