Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubIssues ¶
type GitHubIssues struct {
// contains filtered or unexported fields
}
func NewIssue ¶
func NewIssue(owner string, repo string, issueNumber int, token string) *GitHubIssues
func (*GitHubIssues) GetBody ¶
func (gh *GitHubIssues) GetBody() (*string, error)
func (*GitHubIssues) GetComments ¶
func (gh *GitHubIssues) GetComments() ([]*github.IssueComment, error)
func (*GitHubIssues) GetTitle ¶
func (gh *GitHubIssues) GetTitle() (*string, error)
func (*GitHubIssues) PostComment ¶
func (gh *GitHubIssues) PostComment(commentBody string) error
Click to show internal directories.
Click to hide internal directories.