Versions in this module Expand all Collapse all v0 v0.1.0 Jul 14, 2026 Changes in this version + func RenderText(w io.Writer, report Report) + type IssueComment struct + Author string + Body string + CreatedAt string + ID int64 + URL string + type Options struct + GHPath string + PR string + Repo string + type Report struct + IssueComments []IssueComment + Kind string + Number int + Repository string + ReviewComments []ReviewComment + Status string + Total int + URL string + func BuildReport(viewJSON []byte, issueJSON []byte, reviewJSON []byte, repoOverride string) (Report, error) + func Fetch(ctx context.Context, opts Options) (Report, error) + type ReviewComment struct + Author string + Body string + CreatedAt string + DiffHunk string + ID int64 + InReplyToID int64 + Line int + OriginalLine int + Path string + URL string