Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TokenFromEnv ¶
func TokenFromEnv() string
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) SearchIssues ¶
func (c *Client) SearchIssues(ctx context.Context, params IssueSearchParams) ([]IssueResult, error)
func (*Client) SearchRepos ¶
func (c *Client) SearchRepos(ctx context.Context, params RepoSearchParams) ([]RepoResult, error)
type IssueResult ¶
type IssueSearchParams ¶
type RepoResult ¶
Click to show internal directories.
Click to hide internal directories.