comments

package
v0.3.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClient

func NewClient(token string, client *GithubClient) error

NewClient creates a new GithubClient with the provided token

Types

type GithubClient

type GithubClient struct {
	Ctx    context.Context
	Client *github.Client
}

func (*GithubClient) CreateComment

func (client *GithubClient) CreateComment(pull int, org, repo, content, filePath string) (*github.IssueComment, error)

func (*GithubClient) GetUserComments

func (client *GithubClient) GetUserComments(pull int, org, repo, content, filePath string) (int64, error)

func (*GithubClient) UpdateComment

func (client *GithubClient) UpdateComment(commentID int64, org, repo, content, filePath string) (*github.IssueComment, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL