Versions in this module Expand all Collapse all v0 v0.1.0 Apr 5, 2026 Changes in this version + type CommentPRInput struct + Body string + Owner string + PRNumber int + Repo string + type CommentPROutput struct + Message string + URL string + type GetPRDiffInput struct + Owner string + PRNumber int + Repo string + type GetPRDiffOutput struct + Diff string + type GetPRInput struct + Owner string + PRNumber int + Repo string + type GetPROutput struct + Author string + Base string + Body string + Commits int + Head string + Number int + State string + Title string + URL string + type LineCommentInput struct + Body string + CommitID string + Line int + Owner string + PRNumber int + Path string + Repo string + type LineCommentOutput struct + Message string + URL string + type ListPRsInput struct + Owner string + Repo string + type ListPRsOutput struct + PullRequests []PRSummary + type PRSummary struct + Author string + Head string + Number int + Title string + URL string + type ReviewPRInput struct + Body string + Event string + Owner string + PRNumber int + Repo string + type ReviewPROutput struct + Message string + URL string + type Server struct + func NewServer(client *review.Client) *Server + func (s *Server) Run(ctx context.Context) error