Documentation
¶
Index ¶
- func NewClient(owner, repo, token string) domain.GitServer
- type Client
- func (c *Client) CommentOnPR(ctx context.Context, prNumber int, body string) error
- func (c *Client) GetPRComments(ctx context.Context, prNumber int) ([]*github.IssueComment, error)
- func (c *Client) GetPullRequestBodyFromCommit(ctx context.Context, sha string) (*string, error)
- func (c *Client) GetPullRequestBodyFromPRNumber(ctx context.Context, prNumber int) (*string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
func (*Client) CommentOnPR ¶
func (*Client) GetPRComments ¶ added in v0.13.0
func (*Client) GetPullRequestBodyFromCommit ¶
Click to show internal directories.
Click to hide internal directories.