github

package
v0.0.0-...-2210ec5 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAuthTokenClient

func NewAuthTokenClient(accessToken string) *http.Client

Types

type GithubClient

type GithubClient struct {
	Context context.Context
	*gogithub.Client
}

func NewClient

func NewClient(accessToken string) *GithubClient

func NewEnterpriseClient

func NewEnterpriseClient(baseURL string, accessToken string) *GithubClient

func (*GithubClient) CreateComment

func (c *GithubClient) CreateComment(owner, repo string, issueNumber int, body string) (*gogithub.IssueComment, error)

func (*GithubClient) GetComments

func (c *GithubClient) GetComments(owner, repo string, issueNumber int) ([]*gogithub.IssueComment, error)

func (*GithubClient) GetFirstCommentWithTag

func (c *GithubClient) GetFirstCommentWithTag(owner, repo string, issueNumber int, tag string) (*gogithub.IssueComment, error)

func (*GithubClient) UpdateComment

func (c *GithubClient) UpdateComment(owner, repo string, commentID int64, body string) (*gogithub.IssueComment, error)

Jump to

Keyboard shortcuts

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