Versions in this module Expand all Collapse all v0 v0.3.4 Jul 29, 2026 Changes in this version + func NewClient(token string, client *GithubClient) error + type GithubClient struct + Client *github.Client + Ctx context.Context + func (client *GithubClient) CreateComment(pull int, org, repo, content, filePath string) (*github.IssueComment, error) + func (client *GithubClient) GetUserComments(pull int, org, repo, content, filePath string) (int64, error) + func (client *GithubClient) UpdateComment(commentID int64, org, repo, content, filePath string) (*github.IssueComment, error)