Documentation
¶
Index ¶
- type Client
- func (pr Client) CreateComment(ctx context.Context, comment *github.IssueComment) (*github.IssueComment, error)
- func (pr Client) EditComment(ctx context.Context, comment *github.IssueComment) (*github.IssueComment, error)
- func (pr Client) ListComments(ctx context.Context, options *github.IssueListCommentsOptions) ([]*github.IssueComment, error)
- func (pr Client) ListFiles(ctx context.Context, options *github.ListOptions) ([]*github.CommitFile, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Owner string
Repo string
Number int
// contains filtered or unexported fields
}
func (Client) CreateComment ¶
func (pr Client) CreateComment(ctx context.Context, comment *github.IssueComment) (*github.IssueComment, error)
func (Client) EditComment ¶
func (pr Client) EditComment(ctx context.Context, comment *github.IssueComment) (*github.IssueComment, error)
func (Client) ListComments ¶
func (pr Client) ListComments(ctx context.Context, options *github.IssueListCommentsOptions) ([]*github.IssueComment, error)
func (Client) ListFiles ¶
func (pr Client) ListFiles(ctx context.Context, options *github.ListOptions) ([]*github.CommitFile, error)
Click to show internal directories.
Click to hide internal directories.