Versions in this module Expand all Collapse all v0 v0.2.0 Jul 26, 2026 v0.1.0 Jun 26, 2026 Changes in this version + func ParsePrRef(input string) (types.PrRef, error) + type Client struct + REST *gh.Client + func NewClient(ctx context.Context) (*Client, error) + func (c *Client) FetchCommitFiles(ctx context.Context, pr types.PrRef, sha string) ([]string, error) + func (c *Client) FetchFileAtRef(ctx context.Context, pr types.PrRef, path, ref string) (*string, error) + func (c *Client) FetchPrSnapshot(ctx context.Context, pr types.PrRef) (*types.PrSnapshot, error) + func (c *Client) PostInlineReply(ctx context.Context, pr types.PrRef, rootCommentID int64, body string) (*PostedReply, error) + type PostedReply struct + HTMLURL string + ID int64