Documentation
¶
Index ¶
- type Client
- func (c *Client) GetIssue(ctx context.Context, owner, repo string, number int, reporter Reporter) (map[string]any, error)
- func (c *Client) GetPull(ctx context.Context, owner, repo string, number int, reporter Reporter) (map[string]any, error)
- func (c *Client) GetRepo(ctx context.Context, owner, repo string, reporter Reporter) (map[string]any, error)
- func (c *Client) ListIssueComments(ctx context.Context, owner, repo string, number int, reporter Reporter) ([]map[string]any, error)
- func (c *Client) ListPullFiles(ctx context.Context, owner, repo string, number int, reporter Reporter) ([]map[string]any, error)
- func (c *Client) ListPullReviewComments(ctx context.Context, owner, repo string, number int, reporter Reporter) ([]map[string]any, error)
- func (c *Client) ListPullReviews(ctx context.Context, owner, repo string, number int, reporter Reporter) ([]map[string]any, error)
- func (c *Client) ListRepositoryIssues(ctx context.Context, owner, repo string, options ListIssuesOptions, ...) ([]map[string]any, error)
- type ListIssuesOptions
- type Options
- type Reporter
- type RequestError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) ListIssueComments ¶
func (*Client) ListPullFiles ¶
func (*Client) ListPullReviewComments ¶
func (*Client) ListPullReviews ¶
type ListIssuesOptions ¶
type RequestError ¶
func (*RequestError) Error ¶
func (e *RequestError) Error() string
Click to show internal directories.
Click to hide internal directories.