Documentation
¶
Index ¶
- func NewAuthTokenClient(accessToken string) *http.Client
- type GithubClient
- func (c *GithubClient) CreateComment(owner, repo string, issueNumber int, body string) (*gogithub.IssueComment, error)
- func (c *GithubClient) GetComments(owner, repo string, issueNumber int) ([]*gogithub.IssueComment, error)
- func (c *GithubClient) GetFirstCommentWithTag(owner, repo string, issueNumber int, tag string) (*gogithub.IssueComment, error)
- func (c *GithubClient) UpdateComment(owner, repo string, commentID int64, body string) (*gogithub.IssueComment, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuthTokenClient ¶
Types ¶
type GithubClient ¶
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)
Click to show internal directories.
Click to hide internal directories.